GithubHelp home page GithubHelp logo

pycon2015-kaggle-tutorial's Introduction

  1. Make sure your environment is set up
  2. Clone this repository
  3. Register for Kaggle, download data from: https://inclass.kaggle.com/c/pycon-2015-tutorial/data - place data in "input" folder in repository.

Instructions

These are instructions for recommended preparation for students in the PyCon 2015 Kaggle Tutorial.

If possible, try to check back Wednesday night for any minor updates to the data set or environment.yml. I'll add a note here if anything is updated.

Download dataset

The tutorial will be based on the data here.

Download Anaconda or Miniconda

If you don't have Anaconda or Miniconda installed in your laptop, you can download them from here:

  • Miniconda: Python distribution with conda package manager. [Recommended]
  • Anaconda: Free enterprise-ready Python distribution with 270+ data and scientific packages.

For step-by-step instructions, visit Anaconda Install

Alternatively, command line download instructions for UNIX systems:

$ wget http://bit.ly/miniconda
$ bash miniconda

Simple setup

If you have Anaconda, you are already setup to go.

If you have Miniconda you'll need the following libraries.

$ conda install numpy pandas scipy matplotlib scikit-learn nltk ipython-notebook seaborn

Using conda environments

It's useful to have your dependencies in environments. Conda handles environments natively and can help you manage your Data Science projects.

Get the environment.yml

The the environment.yml file in this repository (by downloading it, pulling the repository with git clone https://github.com/dchudz/pycon2015-kaggle-tutorial.git, or even forking and then pulling your own copy).

Setup your environment

Once you have either Miniconda or Anaconda, you can just run the following commands to setup your environment (from inside the directory with environment.yml):

$ conda env create
$ source activate kaggletutorial

Note: Windows users should run activate kaggletutorial instead.

Running the notebooks

$ ipython notebook

Add more libraries

The tutorial will include lots of time for working on your own and in groups, so feel free to add any additional tools (e.g. for machine learning, text processing, data visualizaton, and data manipulation) you like to your environment.

pycon2015-kaggle-tutorial's People

Contributors

dchudz avatar chdoig avatar

Watchers

James Cloos avatar David Sabater Dinter avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.