Skip to content

An Introduction to Statistical Learning with Applications in R... with Python

Notifications You must be signed in to change notification settings

karanse/ISLR_Python

 
 

Repository files navigation

ISLR_Python

Figures, Tables and Problems from the book 'An Introduction to Statistical Learning with Applications in R' by James, Witten, Hastie, Tibshirani (2013). Using Python 3.x.

List of Chapters:

Dependencies:

  • pandas
  • numpy
  • scipy
  • scikit-learn
  • statsmodels
  • patsy
  • matplotlib
  • seaborn
  • pyGAM
  • pydot and graphviz (to plot decission trees)
  • scikit-plot (to plot ROC for classification)

I obtained the data from https://github.com/JWarmenhoven/ISLR-python.

References:

James, G., Witten, D., Hastie, T., Tibshirani, R. (2013). An Introduction to Statistical Learning with Applications in R, Springer Science+Business Media, New York. http://www-bcf.usc.edu/~gareth/ISL/index.html

Hastie, T., Tibshirani, R., Friedman, J. (2009). Elements of Statistical Learning, Second Edition, Springer Science+Business Media, New York. https://web.stanford.edu/~hastie/ElemStatLearn/

About

An Introduction to Statistical Learning with Applications in R... with Python

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Jupyter Notebook 99.7%
  • Python 0.3%