SashaOv / scikit-talk

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Agile Machine Learning with Python and scikit-learn

Materials from the talk I did at Silicon Valley CodeCamp 2014

To use the notebook:

  1. Install iPython

  2. Install scikit-learn and the prerequisites. The easiest way is to use a prepackaged distribution like (Anaconda)[https://store.continuum.io/cshop/anaconda/] or (Canopy)[http://www.enthought.com/products/canopy]

  3. From the command line:

    # clone the project 
    > git clone https://github.com/SashaOv/scikit-talk.git
    # Change into the project's directory
    > cd scikit-talk
    # Run the ipython notbook
    > ipython notebook
    > ipython notebook
    
  4. As the notebook screen opens, click on the Talk.ipynb entry

  5. Work through the notebook step by step by pressing SHIFT-ENTER in each cell.

About