If you already have a working installation of numpy and scipy, the easiest way to install scikit-learn is using pip
pip install -U scikit-learn
or conda:
conda install -c anaconda scikit-learn
The documentation includes more detailed installation instructions.
Comments
0 comments
Article is closed for comments.