代码库选取sklearn例子配合课程学习
- 下载代码 git clone https://github.com/lixinsu/tutorials2018.git
- 安装python3.5 建议直接使用anaconda(包含常用的包) https://www.anaconda.com/download/#macos
- pip install -r requirements.txt 安装依赖
- 在tutorials2018 目录下打开 jupyter notebook,通过浏览器访问其显示的网址
- 请在github上提交issue反馈问题
- 目前代码大部分直接来自sklearn例子,如有更有趣的demo展示例子,欢迎pull request。