Skip to content

Commit 61825de

Browse files
authored
Update README.md
1 parent 2df7992 commit 61825de

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

README.md

+4-2
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,11 @@
33

44
Whenever someone asks me “How to get started in data science?”, I usually recommend the book 📕 — [Introduction to Statistical Learning by Daniela Witten, Trevor Hastie, Gareth M. James, Robert Tibshirani](https://www.ime.unicamp.br/~dias/Intoduction%20to%20Statistical%20Learning.pdf), to learn the basics of statistics and machine learning models.
55

6-
And understandably, completing a technical book while practicing it with relevant data and code is a challenge for lot of us. So, I created a concise version of the book as a course on statistical machine learning and python for data science.
6+
And understandably, completing a technical book while practicing it with relevant data and code is a challenge for lot of us. So, I created a concise version of the book as a course on statistical machine learning in python.
77

8-
In this repo, each chapter of the book has been translated into a [jupyter notebook](https://github.com/shilpa9a/Introduction_to_statistical_learning_Summary_Python/tree/master/notebook) with summary of the key concepts, data & python code to practice. So just clone the repo and get started! :woman_technologist:
8+
In this repo, each chapter of the book has been translated into a [jupyter notebook](https://github.com/shilpa9a/Introduction_to_statistical_learning_Summary_Python/tree/master/notebook) with summary of the key concepts, data & python code to play with.
9+
10+
If you want to quickly understand the book, learn statistical machine learning or/and python for data science, then just clone the repo and get started! :woman_technologist:
911

1012
Expect to learn following concepts & their implementation in python:
1113

0 commit comments

Comments
 (0)