Hi Justin,
The scikit-learn requirement in setup.py needs to be updated from sklearn to scikit-learn, otherwise pip won't be able to install the code :)
In other words, change this line here to:
install_requires = ["tqdm>=4.41.1", "numpy", "scikit-learn"]
If you prefer, I can fork and make a PR, let me know :)
Cheers!
Hi Justin,
The scikit-learn requirement in
setup.pyneeds to be updated fromsklearntoscikit-learn, otherwise pip won't be able to install the code :)In other words, change this line here to:
install_requires = ["tqdm>=4.41.1", "numpy", "scikit-learn"]If you prefer, I can fork and make a PR, let me know :)
Cheers!