Skip to content

Commit 0121aac

Browse files
committed
ch06 up
1 parent b90c379 commit 0121aac

12 files changed

+1455
-2
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -36,8 +36,8 @@ Excerpts from the [Foreword](./docs/foreword_ro.pdf) and [Preface](./docs/prefac
3636
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)]
3737
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)]
3838
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)] [nbviewer)]
40-
6. Learning Best Practices for Model Evaluation and Hyperparameter Optimization
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)]
4141
7. Combining Different Models for Ensemble Learning
4242
8. Applying Machine Learning to Sentiment Analysis
4343
9. Embedding a Machine Learning Model into a Web Application

0 commit comments

Comments
 (0)