smazzanti / mrmr

mRMR (minimum-Redundancy-Maximum-Relevance) for automatic feature selection at scale.
MIT License
501 stars 75 forks source link

AttributeError: module 'polars' has no attribute 'pearson_corr' #50

Open jmakov opened 6 days ago

jmakov commented 6 days ago

Looks like polars made a breaking change at some point and renamed it to .corr (https://docs.pola.rs/api/python/stable/reference/expressions/api/polars.corr.html#polars.corr)

jmakov commented 6 days ago

I see the fix is already merged. But the latest release on pypi is from jun 30 2023. Also the conda version seems to be up to date, but conda install is not mentioned in the readme. Also might be a good idea to add requirements.txt as python setup.py install fails currently.