Open oscarbranson opened 1 year ago
Hi, I'm having problems to install latools, because the 'sklearn' PyPI package is deprecated. I noticed that,sklearn has been changed for scikit-learn in the requirements.txt file but not in the setup.py file, could you please change it? Thank you!!
Hi, I'm having problems to install latools, because the 'sklearn' PyPI package is deprecated. I noticed that,sklearn has been changed for scikit-learn in the requirements.txt file but not in the setup.py file, could you please change it? Thank you!!
before doing a pip install latools, i did the follwoing: pip install sklearn==0.0 this resolved the issue
Thank you! It works now using sklearn==0.0 :)
Change sklearn -> scikit-learn in requirements and setup.py.