Mastering Machine Learning with scikit-learn(Second Edition)
上QQ阅读APP看书,第一时间看更新

Installing using pip

The easiest way to install scikit-learn is to use pip, the PyPA-recommended tool for installing Python packages. Install scikit-learn using pip as follows:

$ pip install -U scikit-learn

If pip is not available on your system, consult the following sections for installation instructions for various platforms.