/Statistical-Learning

Notes and exercise attempts for "An Introduction to Statistical Learning"

Primary LanguageHTML

Statistical-Learning:

Notes and exercise attempts for "An Introduction to Statistical Learning"

Combined Github Repository

I have combined the two repository that is ISLR-python and stat-learning

R Directory Note:

Python Directory Note:

  • pandas
  • numpy
  • scipy
  • scikit-learn
  • matplotlib
  • seaborn
  • statsmodels
  • patsy
  • It was a good way to learn more about Machine Learning in Python by creating these notebooks. I created some of the figures/tables of the chapters and worked through some LAB sections. At certain points I realize that it may look like I tried too hard to make the output identical to the tables and R-plots in the book. But I did this to explore some details of the libraries mentioned above (mostly matplotlib and seaborn). Note that this repository is not a tutorial and that you probably should have a copy of the book to follow along. Suggestions for improvement and help with unsolved issues are welcome!

  • For an advanced treatment of these topics see Hastie et al. (2009)

Reference:

Related resources