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
+9-9Lines changed: 9 additions & 9 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -32,15 +32,15 @@ If you are interested in keeping in touch, I have quite a lively twitter stream
32
32
33
33
Excerpts from the [Foreword](./docs/foreword_ro.pdf) and [Preface](./docs/preface_sr.pdf).
34
34
35
-
1. Machine Learning - Giving Computers the Ability to Learn from Data [[./code/ch01](./code/ch01)][[ipynb](./code/ch01/ch01.ipynb)][[nbviewer](http://nbviewer.ipython.org/github/rasbt/python-machine-learning-book/blob/master/code/ch01/ch01.ipynb)]
36
-
2. Training Machine Learning Algorithms for Classification [[./code/ch02](./code/ch02)][[ipynb](./code/ch02/ch02.ipynb)][[nbviewer](http://nbviewer.ipython.org/github/rasbt/python-machine-learning-book/blob/master/code/ch02/ch02.ipynb)]
37
-
3. A Tour of Machine Learning Classifiers Using Scikit-Learn [[./code/ch03](./code/ch03)][[ipynb](./code/ch03/ch03.ipynb)][[nbviewer](http://nbviewer.ipython.org/github/rasbt/python-machine-learning-book/blob/master/code/ch03/ch03.ipynb)]
38
-
4. Building Good Training Sets – Data Pre-Processing [[./code/ch04](./code/ch04)][[ipynb](./code/ch04/ch04.ipynb)][[nbviewer](http://nbviewer.ipython.org/github/rasbt/python-machine-learning-book/blob/master/code/ch04/ch04.ipynb)]
39
-
5. Compressing Data via Dimensionality Reduction [[./code/ch05](./code/ch05)][[ipynb](./code/ch05/ch05.ipynb)][[nbviewer](http://nbviewer.ipython.org/github/rasbt/python-machine-learning-book/blob/master/code/ch05/ch05.ipynb)]
40
-
6. Learning Best Practices for Model Evaluation and Hyperparameter Optimization [[./code/ch06](./code/ch06)][[ipynb](./code/ch06/ch06.ipynb)][[nbviewer](http://nbviewer.ipython.org/github/rasbt/python-machine-learning-book/blob/master/code/ch06/ch06.ipynb)]
41
-
7. Combining Different Models for Ensemble Learning [[./code/ch07](./code/ch07)][[ipynb](./code/ch07/ch07.ipynb)][[nbviewer](http://nbviewer.ipython.org/github/rasbt/python-machine-learning-book/blob/master/code/ch07/ch07.ipynb)]
42
-
8. Applying Machine Learning to Sentiment Analysis
43
-
9. Embedding a Machine Learning Model into a Web Application
35
+
1. Machine Learning - Giving Computers the Ability to Learn from Data [[dir](./code/ch01)][[ipynb](./code/ch01/ch01.ipynb)][[nbviewer](http://nbviewer.ipython.org/github/rasbt/python-machine-learning-book/blob/master/code/ch01/ch01.ipynb)]
36
+
2. Training Machine Learning Algorithms for Classification [[dir](./code/ch02)][[ipynb](./code/ch02/ch02.ipynb)][[nbviewer](http://nbviewer.ipython.org/github/rasbt/python-machine-learning-book/blob/master/code/ch02/ch02.ipynb)]
37
+
3. A Tour of Machine Learning Classifiers Using Scikit-Learn [[dir](./code/ch03)][[ipynb](./code/ch03/ch03.ipynb)][[nbviewer](http://nbviewer.ipython.org/github/rasbt/python-machine-learning-book/blob/master/code/ch03/ch03.ipynb)]
38
+
4. Building Good Training Sets – Data Pre-Processing [[dir](./code/ch04)][[ipynb](./code/ch04/ch04.ipynb)][[nbviewer](http://nbviewer.ipython.org/github/rasbt/python-machine-learning-book/blob/master/code/ch04/ch04.ipynb)]
39
+
5. Compressing Data via Dimensionality Reduction [[dir](./code/ch05)][[ipynb](./code/ch05/ch05.ipynb)][[nbviewer](http://nbviewer.ipython.org/github/rasbt/python-machine-learning-book/blob/master/code/ch05/ch05.ipynb)]
40
+
6. Learning Best Practices for Model Evaluation and Hyperparameter Optimization [[dir](./code/ch06)][[ipynb](./code/ch06/ch06.ipynb)][[nbviewer](http://nbviewer.ipython.org/github/rasbt/python-machine-learning-book/blob/master/code/ch06/ch06.ipynb)]
41
+
7. Combining Different Models for Ensemble Learning [[dir](./code/ch07)][[ipynb](./code/ch07/ch07.ipynb)][[nbviewer](http://nbviewer.ipython.org/github/rasbt/python-machine-learning-book/blob/master/code/ch07/ch07.ipynb)]
42
+
8. Applying Machine Learning to Sentiment Analysis[[dir](./code/ch08)][[ipynb](./code/ch08/ch08.ipynb)][[nbviewer](http://nbviewer.ipython.org/github/rasbt/python-machine-learning-book/blob/master/code/ch08/ch08.ipynb)]
43
+
9. Embedding a Machine Learning Model into a Web Application[[dir](./code/ch09)][[ipynb](./code/ch09/ch09.ipynb)][[nbviewer](http://nbviewer.ipython.org/github/rasbt/python-machine-learning-book/blob/master/code/ch09/ch09.ipynb)]
44
44
10. Predicting Continuous Target Variables with Regression Analysis
45
45
11. Working with Unlabeled Data – Clustering Analysis
46
46
12. Training Artificial Neural Networks for Image Recognition
0 commit comments