October 2018
Intermediate to advanced
172 pages
4h 6m
English
Scikit-learn requires a few packages to be installed on your device before you can install it. These are as follows:
These can be installed using the pip method by using the following commands:
pip3 install NumPy
pip3 install SciPy
Next, we can install scikit-learn using the following code:
pip3 install scikit-learn
Additionally, if you already have scikit-learn installed on your device and you simply want to upgrade it to the latest version, you can use the following code:
pip3 install -U scikit-learn
Read now
Unlock full access