机器学习导论
先决条件
python 2.7
虚拟环境
搭建环境
克隆git仓库
$ git clone https://github.com/raghothams/bangpypers-intro-to-ml.git
使用virtualenv创建新的虚拟环境
$ cd bangpypers-intro-to-ml
$ virtualenv env
激活创建的virtualenv
$ source env/bin/activate
使用需求文件安装所需的python软件包
$ pip install -r requirements.txt
数据
我们将使用Otto提供的数据进行他们在的比赛
请下载以下文件:
train.csv
test.csv
样品提交