Skip to content

Latest commit

 

History

History
55 lines (39 loc) · 4.35 KB

README.md

File metadata and controls

55 lines (39 loc) · 4.35 KB

ISL

An Introduction to Statistical Learning with applications in R [1] is a classic textbook written by Gareth James, Daniela Witten, Trevor Hastie and Robert Tibshirani. This repository contains my solutions to the labs and exercises, I follow in Python rather than R, with heavy use of: numpy, pandas, sklearn, matplotlib, seaborn, patsy and statsmodels.

isl

Quickstart

  1. git clone [email protected]:coxy1989/ISL.git

  2. cd ISL

  3. conda env create -f environment.yml

  4. source activate isl

  5. jupyter notebook

Run the notebooks

References

[1] Gareth James, Daniela Witten, Trevor Hastie, Robert Tibshirani. An Introduction to Statistical Learning with Applications in R. New York Springer, 2013.

This repository was split out from mlsabattical on 09/01/2018