Skip to content

skm-travels/bangpypers-intro-to-ml

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Introduction to Machine Learning

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published