Labs#
The current version of the labs for ISLP
are included here.
Package versions#
Attention
Python packages change frequently. The labs here are built with ISLP_labs/v2.2. Visit the lab git repo for specific instructions to install the frozen environment.
A zip file containig all the labs and data files can be downloaded here ISLP_labs/v2.2.zip.
Warning
The version of the ISLP
library used to build these labs
may differ slightly from the one documented here.
The labs are built with ISLP/v0.4.0.
The Binder link above will run ISLP_labs/v2.2 with library version ISLP/v0.4.0.
- Introduction to Python
- Linear Regression
- Logistic Regression, LDA, QDA, and KNN
- Cross-Validation and the Bootstrap
- Linear Models and Regularization Methods
- Non-Linear Modeling
- Tree-Based Methods
- Support Vector Machines
- Deep Learning
- Survival Analysis
- Unsupervised Learning
- Multiple Testing