Skip to content

Latest commit

 

History

History
33 lines (20 loc) · 730 Bytes

File metadata and controls

33 lines (20 loc) · 730 Bytes

Introduction to Machine Learning

Prerequisites

  • python 2.7
  • virtualenv

Setting up the environment

Clone the git repository

$ git clone git@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

Data

We will be using the data provided by Otto for their competition on Kaggle

Please download the below files:

  • train.csv
  • test.csv
  • sampleSubmission