python机器学习包 Windows下 pip安装 scikit-learn numpy scipy

Posted zgaspnet

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了python机器学习包 Windows下 pip安装 scikit-learn numpy scipy相关的知识,希望对你有一定的参考价值。

1.到PIP的目录中
C:Python34Scripts;
2.

2.1  pip安装numpy

pip install numpy

 

2.2  pip安装sklearn

 

pip install -U scikit-learn

 

 

2.3  pip安装scipy(注:sklearn 依赖scipy包)

 

pip install scipy

 

3  Python机器学习包测试

python

>>> import sklearn
>>> import numpy
>>> import scipy
>>>


 

以上是关于python机器学习包 Windows下 pip安装 scikit-learn numpy scipy的主要内容,如果未能解决你的问题,请参考以下文章

windows下安装python包

windows下如何安装pip

Ubuntu安装Python机器学习包

Python与机器学习:windows下机器学习环境的搭建

windows下如何安装pip以及如何查看pip是否已经安装成功?

windows下如何安装pip以及如何查看pip是否已经安装成功