diff --git a/Notebooks/Chapter 3.ipynb b/Notebooks/Chapter 3.ipynb index bb44cff..e00f674 100644 --- a/Notebooks/Chapter 3.ipynb +++ b/Notebooks/Chapter 3.ipynb @@ -45,7 +45,7 @@ "metadata": {}, "source": [ "### Load Datasets\n", - "Datasets available on http://www-bcf.usc.edu/~gareth/ISL/data.html" + "Datasets available on https://www.statlearning.com/resources-first-edition" ] }, { @@ -1652,7 +1652,7 @@ ], "metadata": { "kernelspec": { - "display_name": "Python 3", + "display_name": "Python 3 (ipykernel)", "language": "python", "name": "python3" }, @@ -1666,7 +1666,7 @@ "name": "python", "nbconvert_exporter": "python", "pygments_lexer": "ipython3", - "version": "3.6.4" + "version": "3.8.11" } }, "nbformat": 4, diff --git a/README.md b/README.md index d76bdd0..4e88d20 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ # ISLR-python -This repository contains Python code for a selection of tables, figures and LAB sections from the book 'An Introduction to Statistical Learning with Applications in R' by James, Witten, Hastie, Tibshirani (2013).
+This repository contains Python code for a selection of tables, figures and LAB sections from the first edition of the book 'An Introduction to Statistical Learning with Applications in R' by James, Witten, Hastie, Tibshirani (2013).
-For **Bayesian data analysis**, take a look at this repository.
+ For **Bayesian data analysis** using PyMC3, take a look at this repository.
**2018-01-15**:
Minor updates to the repository due to changes/deprecations in several packages. The notebooks have been tested with these package versions. Thanks @lincolnfrias and @telescopeuser.
@@ -21,7 +21,7 @@ Chapter 6: I included Ridge/Lasso regression code using the new Chapter 9 - Support Vector Machines
Chapter 10 - Unsupervised Learning
Extra: Misclassification rate simulation - SVM and Logistic Regression
-This great book gives a thorough introduction to the field of Statistical/Machine Learning. The book is available for download (see link below), but I think this is one of those books that is definitely worth buying. The book contains sections with applications in R based on public datasets available for download or which are part of the R-package ISLR. Furthermore, there is a Stanford University online course based on this book and taught by the authors (See course catalogue for current schedule).
+This great book gives a thorough introduction to the field of Statistical/Machine Learning. The book is available for download (see link below), but I think this is one of those books that is definitely worth buying. The book contains sections with applications in R based on public datasets available for download or which are part of the R-package ISLR. Furthermore, there is a Stanford University online course based on this book and taught by the authors (See course catalogue for current schedule).
Since Python is my language of choice for data analysis, I decided to try and do some of the calculations and plots in Jupyter Notebooks using: - pandas @@ -39,7 +39,10 @@ See Hastie et al. (2009) for an advanced treatment of these topics.
#### 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 +https://www.statlearning.com/ + +James, G., Witten, D., Hastie, T., Tibshirani, R. (2021). An Introduction to Statistical Learning with Applications in R, Second Edition, Springer Science+Business Media, New York. +https://www.statlearning.com/ Hastie, T., Tibshirani, R., Friedman, J. (2009). Elements of Statistical Learning, Second Edition, Springer Science+Business Media, New York. http://statweb.stanford.edu/~tibs/ElemStatLearn/