python中scikit-learn是什么?

本文教程操作环境:windows7系统、Python 3.9.1,DELL G3电脑。

依赖

Installation

scikit-learn 要求:

Python(>=2.7or>=3.3)
NumPy(>=1.8.2)
SciPy(>=0.13.3)

运行示例需要

Matplotlib>=1.1.1

已有 numpy 和 scipy 的用户安装 scikit-learn

最简单的方法是使用 pip :

pipinstallscikit-learn