Skip to content

Commit ee38f16

Browse files
authored
Update README.md
1 parent 3d31d2d commit ee38f16

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

README.md

+5-5
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
# ISL-python
22

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.
44

55

66
<IMG src='http://www-bcf.usc.edu/%7Egareth/ISL/ISL%20Cover%202.jpg' height=20% width=20%> <P>
77

8-
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:
99

1010
- Numpy
1111
- Pandas
@@ -16,7 +16,7 @@ This repository contains my solutions to the labs and excercises as Jupyter Note
1616
- Sklearn
1717

1818

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.
2020

2121

2222
## To view notebooks
@@ -59,7 +59,7 @@ Running thes notebooks enables you to execute the code and play around with any
5959

6060
To run these notebooks:
6161

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.
6363
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.
6565
4. In the Jupyter browser app, navigate to the notebook you'd like to explore.

0 commit comments

Comments
 (0)