You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+4
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,10 @@
1
1
# ISLR-python
2
2
This repository contains Python code for a selection of tables, figures and LAB sections from the book <Atarget="_blank"href='http://www-bcf.usc.edu/%7Egareth/ISL/index.html'>'An Introduction to Statistical Learning with Applications in R'</A> by James, Witten, Hastie, Tibshirani (2013).<P>
3
3
4
+
**2018-01-15**:<BR>
5
+
Ongoing: Minor updates to the repository due to changes/deprecations in several packages. The notebooks have been tested with <Ahref='http://nbviewer.jupyter.org/github/JWarmenhoven/ISLR-python/blob/master/Notebooks/Python%20module%20versions.ipynb'>these package versions</A>. Thanks @lincolnfrias and @telescopeuser.
6
+
<P>
7
+
4
8
**2016-08-30**:<BR>
5
9
Chapter 6: I included Ridge/Lasso regression code using the new <Ahref='https://github.com/civisanalytics/python-glmnet'>python-glmnet</A> library. This is a python wrapper for the Fortran library used in the *R* package *glmnet*.
0 commit comments