-
ISLR2 = An Introduction to Statistical Learning with Applications in R, Second Edition.
-
The ISLR2 website includes all resources you need to follow the course.
For both lab
and exercise
folders:
- .Rmd is the raw R markdown
- .md is the rendered markdown after Knitting the .Rmd to github document
- the subfolders contains the saved figures during the knitting processes, they will be used by the .md for the rendering purpose
-
lab
Each chapter from chapters 2 to 13 in ISLR2 comes with a R lab section. The raw lab files were provided on the ISLR2 website. I added a few comments here and there when I was following the labs. -
exercise
Each chapter from chapters 2 to 13 includes an exercise section, which is grouped into two parts: conceptual exercise and applied exercise. Files in thisexercise
folder are my solutions to the applied exercise, with solutions to each chapter saved in separate files. All current solutions are provided in R. I hope to provide python solutions as well at a later point.- Note: current files in this fold only include descriptions of the problem sets. Solutions will be updated gradually.
-
data
All data files needed for lab and exercise. These data files were downloaded from ISLR2.