How to install sklearn in python
Most people do not understand the knowledge of this article "how to install sklearn in python", so the editor summarizes the following contents, detailed contents, clear steps, and has a certain reference value. I hope you can get something after reading this article. Let's take a look at this "how to install sklearn in python" article.
The details are as follows:
1. Sklearn installation requirements: Python 3.5 or above, need to install NumPy, SciPy, Pandas toolkits support, some contents need to use Matplotlib, joblib toolkits.
Pip installation commands:
Pip3 install-U scikit-learnpip3 install-U scikit-learn-I https://pypi.douban.com/simple
2. Sklearn recommends that you install Numpy+mkl, and install pip3 after download:
Pip install numpy-1.11.1+mkl-cp27-cp27m-win_amd64.whl above is about the content of this article on "how to install sklearn in python". I believe we all have a certain understanding. I hope the content shared by the editor will be helpful to you. If you want to know more about the relevant knowledge, please follow the industry information channel.