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
+1-1
Original file line number
Diff line number
Diff line change
@@ -78,7 +78,7 @@ Bonus Notebooks (not in the book)
78
78
- A Basic Pipeline and Grid Search Setup [[dir](./code/bonus)][[ipynb](./code/bonus/svm_iris_pipeline_and_gridsearch.ipynb)][[nbviewer](http://nbviewer.ipython.org/github/rasbt/python-machine-learning-book/blob/master/code/bonus/svm_iris_pipeline_and_gridsearch.ipynb)]
79
79
- An Extended Nested Cross-Validation Example [[dir](./code/bonus)][[ipynb](./code/bonus/nested_cross_validation.ipynb)][[nbviewer](http://nbviewer.ipython.org/github/rasbt/python-machine-learning-book/blob/master/code/bonus/nested_cross_validation.ipynb)]
80
80
- A Simple(r) Barebones Flask Webapp Template [[view directory](./code/bonus/flask_webapp_ex01)][[download as zip-file](https://github.com/rasbt/python-machine-learning-book/raw/master/code/bonus/flask_webapp_ex01/flask_webapp_ex01.zip)]
81
-
81
+
- Reading handwritten digits from MNIST into NumPy arrays [[GitHub ipynb](./code/bonus/reading_mnist.ipynb)][[nbviewer](http://nbviewer.ipython.org/github/rasbt/python-machine-learning-book/blob/master/code/bonus/reading_mnist.ipynb)]
Copy file name to clipboardExpand all lines: code/README.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -25,7 +25,7 @@ Simply click on the `ipynb`/`nbviewer` links next to the chapter headlines to vi
25
25
- A Basic Pipeline and Grid Search Setup [[dir](./bonus)][[ipynb](./bonus/svm_iris_pipeline_and_gridsearch.ipynb)][[nbviewer](http://nbviewer.ipython.org/github/rasbt/python-machine-learning-book/blob/master/code/bonus/svm_iris_pipeline_and_gridsearch.ipynb)]
26
26
- An Extended Nested Cross-Validation Example [[dir](./bonus)][[ipynb](./bonus/nested_cross_validation.ipynb)][[nbviewer](http://nbviewer.ipython.org/github/rasbt/python-machine-learning-book/blob/master/code/bonus/nested_cross_validation.ipynb)]
27
27
- A Simple(r) Barebones Flask Webapp Template [[view directory](./bonus/flask_webapp_ex01)][[download as zip-file](https://github.com/rasbt/python-machine-learning-book/raw/master/code/bonus/flask_webapp_ex01/flask_webapp_ex01.zip)]
28
-
28
+
- Reading handwritten digits from MNIST into NumPy arrays [[GitHub ipynb](./bonus/reading_mnist.ipynb)][[nbviewer](http://nbviewer.ipython.org/github/rasbt/python-machine-learning-book/blob/master/code/bonus/reading_mnist.ipynb)]
Copy file name to clipboardExpand all lines: code/bonus/README.md
+2
Original file line number
Diff line number
Diff line change
@@ -12,3 +12,5 @@ A collection of additional notebooks and code examples to clarify and explain co
12
12
- An Extended Nested Cross-Validation Example [[GitHub ipynb](./nested_cross_validation.ipynb)][[nbviewer](http://nbviewer.ipython.org/github/rasbt/python-machine-learning-book/blob/master/code/bonus/nested_cross_validation.ipynb)]
13
13
14
14
- A Simple(r) Barebones Flask Webapp Template [[view directory](./flask_webapp_ex01)][[download as zip-file](https://github.com/rasbt/python-machine-learning-book/raw/master/code/bonus/flask_webapp_ex01/flask_webapp_ex01.zip)]
15
+
16
+
- Reading handwritten digits from MNIST into NumPy arrays [[GitHub ipynb](./reading_mnist.ipynb)][[nbviewer](http://nbviewer.ipython.org/github/rasbt/python-machine-learning-book/blob/master/code/bonus/reading_mnist.ipynb)]
0 commit comments