smazzanti / mrmr

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

Pypi Release #12

Closed mvanwyk closed 2 years ago

mvanwyk commented 2 years ago

Great package! Any plans on releasing this on pypi for easier installation?

smazzanti commented 2 years ago

Just released :) https://pypi.org/project/mrmr-selection/0.2.1/

You can now install it via:

pip install mrmr_selection

Then, import it as usual:

import mrmr
mvanwyk commented 2 years ago

Amazing thanks for implementing this!