scikit-learn 是一个 Python 的机器学习项目。是一个简单高效的数据挖掘和数据分析工具。基于 NumPy、SciPy 和 matplotlib 构建。
scikit-learn 要求:
Python (>= 2.7 or >= 3.3)
NumPy (>= 1.8.2)
SciPy (>= 0.13.3)
运行示例需要 Matplotlib >= 1.1.1 。
已有 numpy 和 scipy 的用户安装 scikit-learn 最简单的方法是使用 pip :
pip install -U scikit-learn
或 conda:
conda
conda install scikit-learn