- python 2.7
- virtualenv
Clone the git repository
$ git clone https://github.com/raghothams/bangpypers-intro-to-ml.git
Create a new virtual environment using virtualenv
$ cd bangpypers-intro-to-ml
$ virtualenv env
Activate the created virtualenv
$ source env/bin/activate
Use the requirements file to install the required python packages
$ pip install -r requirements.txt
We will be using the data provided by Otto for their competition on Kaggle
Please download the below files:
- train.csv
- test.csv
- sampleSubmission