boudinfl / pke

Python Keyphrase Extraction module
GNU General Public License v3.0
1.56k stars 290 forks source link

sklearn is deprecated, breaks PKE #209

Closed gregorybrooks closed 1 year ago

gregorybrooks commented 1 year ago

Apparently you are supposed to replace sklearn with scikit-learn in your requirements files and your import statements. They have disabled sklearn in PyPi and so now when I build PKE it won't execute, says there is no sklearn module installed.

See https://pypi.org/project/sklearn/

I can give more details if you haven't already encountered this problem.

ygorg commented 1 year ago

Thanks for reporting this, it should be fixed with #208