smazzanti / mrmr

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

ModuleNotFoundError: No module named 'polars' #28

Closed gorj-tessella closed 1 year ago

gorj-tessella commented 1 year ago

On attempting to import received the following error: ModuleNotFoundError: No module named 'polars'

I believe the polars module needs to be added to setup.py.

ZenithClown commented 1 year ago

From what I have read, polars is not a dependency for mrmr but can work with a polars. So maybe, you need to install the module to your environment and try it again.

smazzanti commented 1 year ago

I have added Polars in the requirements of version 0.2.8