lukas / ml-class

Machine learning lessons and teaching projects designed for engineers
https://www.youtube.com/channel/UCBp3w4DCEC64FZr4k9ROxig
GNU General Public License v2.0
2.36k stars 1.17k forks source link

Missing scikit-learn dependency for linux/macosx? #32

Closed viddo closed 6 years ago

viddo commented 6 years ago

Check installation

To make sure your installation works go to the directory where this file is and run

python test-scikit.py

This currently fails, I figure scikit-learn might be missing in requirements.txt? It's mentioned in the windows installation, https://github.com/lukas/ml-class/blob/31d046fa6bef40d9da2b6b95848d8351f83ee74d/README.md#libraries

lukas commented 6 years ago

Thanks! You're right. I'll update requirements.txt.