24423 Forks
55000 Stars
55000 Watchers

scikit-learn

scikit-learn: machine learning in Python

How to download and setup scikit-learn

Open terminal and run command
git clone https://github.com/scikit-learn/scikit-learn.git
git clone is used to create a copy or clone of scikit-learn repositories. You pass git clone a repository URL.
it supports a few different network protocols and corresponding URL formats.

Also you may download zip file with scikit-learn https://github.com/scikit-learn/scikit-learn/archive/master.zip

Or simply clone scikit-learn with SSH
[email protected]:scikit-learn/scikit-learn.git

If you have some problems with scikit-learn

You may open issue on scikit-learn support forum (system) here: https://github.com/scikit-learn/scikit-learn/issues