Scikit Learn


Examples

http://scikit-learn.org/stable/auto_examples/index.html

http://scikit-learn.org/stable/install.html

conda install scikit-learn


http://scikit-learn.org/stable/tutorial/basic/tutorial.html
http://scikit-learn.org/stable/supervised_learning.html#supervised-learning
http://scikit-learn.org/stable/unsupervised_learning.html#unsupervised-learning
how to upgrade spyder
pip install --upgrade spyder (failed)

conda install spyder (ok)

Comments