1.到PIP的目录中
C:\Python34\Scripts;
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
>>>


 

相关文章:

  • 2022-01-12
  • 2021-10-05
  • 2022-12-23
  • 2022-12-23
  • 2021-10-01
  • 2021-09-01
  • 2022-12-23
  • 2021-11-19
猜你喜欢
  • 2021-05-19
  • 2021-07-05
  • 2022-01-28
  • 2022-02-07
  • 2022-12-23
  • 2022-01-08
相关资源
相似解决方案