Skip to content

Latest commit

 

History

History
15 lines (11 loc) · 593 Bytes

File metadata and controls

15 lines (11 loc) · 593 Bytes

Statistical_Learning_With_Python

Introduction to Statistical Learning with Python -- a workshop I gave at the Computation Institute (U of Chicago) on 2015-01-21

###Note/warning: You will need the latest version of IPython Notebook to open these! Make sure to update your IPython if the files don't open. (Or just use the .py files instead)

##Relevant files There are 3 IPython Notebooks that were used at the workshop:

  • Introduction
  • Regression (uses the boston housing data)
  • Classificaiton (uses the europarl data)

There is a .py version of each Notebook included too.

Enjoy!