Skip to content

Commit

Permalink
add footer and header
Browse files Browse the repository at this point in the history
  • Loading branch information
rasbt committed Oct 11, 2019
1 parent 107895e commit 27b89f0
Show file tree
Hide file tree
Showing 2 changed files with 34 additions and 3 deletions.
4 changes: 2 additions & 2 deletions ch12/ch12.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -1296,9 +1296,9 @@
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython3",
"version": "3.7.1"
"version": "3.7.3"
}
},
"nbformat": 4,
"nbformat_minor": 2
"nbformat_minor": 4
}
33 changes: 32 additions & 1 deletion ch13/ch13-notebook.ipynb
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
{
"cells": [
{
"cell_type": "markdown",
"metadata": {},
"source": [
"*Python Machine Learning 3rd Edition* by [Sebastian Raschka](https://sebastianraschka.com) & [Vahid Mirjalili](http://vahidmirjalili.com), Packt Publishing Ltd. 2019\n",
"\n",
"Code Repository: https://github.com/rasbt/python-machine-learning-book-3rd-edition\n",
"\n",
"Code License: [MIT License](https://github.com/rasbt/python-machine-learning-book-3rd-edition/blob/master/LICENSE.txt)"
]
},
{
"cell_type": "markdown",
"metadata": {},
Expand Down Expand Up @@ -3237,12 +3248,32 @@
" print(np.sum(labels_test == 0), np.sum(labels_test == 1), np.sum(labels_test == 2))"
]
},
{
"cell_type": "markdown",
"metadata": {},
"source": [
"<br>\n",
"<br>\n",
"<br>"
]
},
{
"cell_type": "markdown",
"metadata": {},
"source": [
"---\n",
"\n",
"Readers may ignore the next cell."
]
},
{
"cell_type": "code",
"execution_count": null,
"metadata": {},
"outputs": [],
"source": []
"source": [
"! python ../.convert_notebook_to_script.py --input ch13.ipynb --output ch13.py"
]
}
],
"metadata": {
Expand Down

0 comments on commit 27b89f0

Please sign in to comment.