一、操作環境
python (>=2.6 or >=3.3)
numpy (>=1.6.1)
scipy (>=0.9)
而主要的scikit-learn是基於numpy模塊和scipy模塊所建立的,所以,以上的套件都要安裝。
在安裝這些套件前,必須先安裝python
python官方網站:https://www.python.org/
安裝語法:
1.安裝numpy:
pip install numpy
2.安裝scipy:
pip install scipy
3.安裝scikit-learn
pip install scikit-learn
基本的環境大致上已經架設完成,接下來就可以到學習機器學習的精華部分拉!!!