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
+5-5
Original file line number
Diff line number
Diff line change
@@ -1,11 +1,11 @@
1
1
# ISL-python
2
2
3
-
[*An Introduction to Statistical Learning*](http://www-bcf.usc.edu/~gareth/ISL/) is a textbook by Gareth James, Daniela Witten, Trevor Hastie and Robert Tibshirani. Conceptual and applied excercises are provided at the end of each chapter covering supervised learning.
3
+
[*An Introduction to Statistical Learning*](http://www-bcf.usc.edu/~gareth/ISL/) is a textbook by Gareth James, Daniela Witten, Trevor Hastie and Robert Tibshirani. Conceptual and applied exercises are provided at the end of each chapter covering supervised learning.
This repository contains my solutions to the labs and excercises as Jupyter Notebooks written in Python using:
8
+
This repository contains my solutions to the labs and exercises as Jupyter Notebooks written in Python using:
9
9
10
10
- Numpy
11
11
- Pandas
@@ -16,7 +16,7 @@ This repository contains my solutions to the labs and excercises as Jupyter Note
16
16
- Sklearn
17
17
18
18
19
-
Perhaps of most interest will be the recreation of some functions from the R languge that I couldn't find in the Python ecosystem. These took me some time to reproduce but the implementation details are not essential to the concepts taught in the book so please feel free to reuse. For example, a reproduction of R's `lm()` four-way diagnostic plot for linear regression in Chapter 3. Also, a collection of [all required datasets]((./Notebooks/data)) is provided in .csv format.
19
+
Perhaps of most interest will be the recreation of some functions from the R language that I couldn't find in the Python ecosystem. These took me some time to reproduce but the implementation details are not essential to the concepts taught in the book so please feel free to reuse. For example, a reproduction of R's `lm()` four-way diagnostic plot for linear regression in Chapter 3. Also, a collection of [all required datasets]((./Notebooks/data)) is provided in .csv format.
20
20
21
21
22
22
## To view notebooks
@@ -59,7 +59,7 @@ Running thes notebooks enables you to execute the code and play around with any
59
59
60
60
To run these notebooks:
61
61
62
-
1.[Install Jupyter Notebooks](https://jupyter.readthedocs.io/en/latest/install.html). I reccomend doing this via annaconda and conda method which ensure that python package versions play nicely together.
62
+
1.[Install Jupyter Notebooks](https://jupyter.readthedocs.io/en/latest/install.html). I recommend doing this via Annaconda/Conda method which ensure that python package versions play nicely together.
63
63
2.`cd` to this repo
64
-
3. Run `jupyter notebook` to run the jupyter server locally on your machine. It should launch in your browser.
64
+
3. Run `jupyter notebook` to run the Jupyter server locally on your machine. It should launch in your browser.
65
65
4. In the Jupyter browser app, navigate to the notebook you'd like to explore.
0 commit comments