Ritam-Guha / Py_FS

A Python Package for Feature Selection
MIT License
58 stars 38 forks source link

Update requirements.txt #38

Open iamankan opened 1 week ago

iamankan commented 1 week ago

In requirements.txt, change sklearn to scikit-learn. Otherwise it is giving error while pip installing your requirements file. "The 'sklearn' PyPI package is deprecated, use 'scikit-learn' rather than 'sklearn' for pip commands."