1. 机器学习的分类(1)有监督学习(包括分类和回归)(2)无监督学习(包括聚类)(3)强化学习2. 安装(1)安装python(2)安装numpy >=1.6.1(3)安装scipy >= 0.9(4)安装scikit-learn, 使用命令pip install scikit-learn