8080labs / ppscore

Predictive Power Score (PPS) in Python
MIT License
1.12k stars 168 forks source link

pandas >2 support #76

Open Martin-Molinero opened 8 months ago

Martin-Molinero commented 8 months ago
ebachUTSA commented 3 months ago

FYI, you can get it to work with pandas > 2. After pip installing ppscore, just reinstall pandas with pip using the --upgrade option. Then make sure you also install setuptools with the --upgrade option. It should then run without the pkg warning.

nriemenschneider commented 3 months ago

I'm using Python 12.5, for me it is impossible to install an older version of pandas without the Microsoft Visual C++ builder. Which is 6GB...

My workaround is simply downloading/forking the repo and removing the 2.0.0 upper limit on pandas and scikit-learn in the requirements.txt, and pip install from local folder or git repo. However, this is unsatisfactory.