JasonKessler / scattertext

Beautiful visualizations of how language differs among document types.
Apache License 2.0
2.23k stars 289 forks source link

Replace `sklearn` dependency with `scikit-learn` #28

Closed chbrown closed 6 years ago

chbrown commented 6 years ago

sklearn isn't the package you're looking for; as https://pypi.python.org/pypi/sklearn politely notes, you should "Use scikit-learn instead."

It's unfortunate that the names of Python packages have nothing to do with their import names, besides convention :(

JasonKessler commented 6 years ago

Good catch, and thanks a lot for the fix!