This repository provides Python code for the LABs in the book "Introduction to Statistical Learning" by James, Witten, Hastie, Tibshirani (2013).
The code is presented in Jupyter Notebook and the data is stored in data
folder. The content includes:
- Chapter 03: Linear Regression
- Chapter 04: Classification
- Chapter 05: Resampling Methods
- Chapter 06: Linear Model Selection and Regularization
- Chapter 07: Moving Beyond Linearity
- Chapter 08: Tree-Based Methods
- Chapter 09: Support Vector Machines
- Chapter 10: Unsupervised Learning
[1] Gareth James, Daniela Witten, Trevor Hastie and Robert Tibshirani, "An Introduction to Statistical Learning with Applications in R".
[2] Github code: https://github.com/JWarmenhoven/ISLR-python