Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
chengjun committed Apr 22, 2019
1 parent 47458ce commit 1f6ad3f
Show file tree
Hide file tree
Showing 10 changed files with 11,341 additions and 6,052 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
},
"source": [
"<!--BOOK_INFORMATION-->\n",
"<img align=\"left\" style=\"padding-right:10px;\" src=\"figures/PDSH-cover-small.png\">\n",
"\n",
"*This notebook contains an excerpt from the [Python Data Science Handbook](http://shop.oreilly.com/product/0636920034919.do) by Jake VanderPlas; the content is available [on GitHub](https://github.com/jakevdp/PythonDataScienceHandbook).*\n",
"\n",
"*The text is released under the [CC-BY-NC-ND license](https://creativecommons.org/licenses/by-nc-nd/3.0/us/legalcode), and code is released under the [MIT license](https://opensource.org/licenses/MIT). If you find this content useful, please consider supporting the work by [buying the book](http://shop.oreilly.com/product/0636920034919.do)!*"
Expand Down
1,143 changes: 1,143 additions & 0 deletions code/.ipynb_checkpoints/09.08-Random-Forests-checkpoint.ipynb

Large diffs are not rendered by default.

3,055 changes: 3,055 additions & 0 deletions code/.ipynb_checkpoints/09.09-machine-learning-summary-checkpoint.ipynb

Large diffs are not rendered by default.

3,015 changes: 0 additions & 3,015 deletions code/.ipynb_checkpoints/09.machine_learning_with_sklearn-checkpoint.ipynb

This file was deleted.

2,200 changes: 2,200 additions & 0 deletions code/09.01-machine-learning-with-sklearn.ipynb

Large diffs are not rendered by default.

1,886 changes: 1,886 additions & 0 deletions code/09.06-Linear-Regression.ipynb

Large diffs are not rendered by default.

File renamed without changes.
21 changes: 1 addition & 20 deletions code/09.08-Random-Forests.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
},
"source": [
"<!--BOOK_INFORMATION-->\n",
"<img align=\"left\" style=\"padding-right:10px;\" src=\"figures/PDSH-cover-small.png\">\n",
"\n",
"*This notebook contains an excerpt from the [Python Data Science Handbook](http://shop.oreilly.com/product/0636920034919.do) by Jake VanderPlas; the content is available [on GitHub](https://github.com/jakevdp/PythonDataScienceHandbook).*\n",
"\n",
"*The text is released under the [CC-BY-NC-ND license](https://creativecommons.org/licenses/by-nc-nd/3.0/us/legalcode), and code is released under the [MIT license](https://opensource.org/licenses/MIT). If you find this content useful, please consider supporting the work by [buying the book](http://shop.oreilly.com/product/0636920034919.do)!*"
Expand Down Expand Up @@ -1136,25 +1136,6 @@
"toc_position": {},
"toc_section_display": true,
"toc_window_display": false
},
"widgets": {
"state": {
"1db86dba92ab4806b92380c277d1ab05": {
"views": [
{
"cell_index": 29
}
]
},
"bb9f05972cf34f0d9784403cf321e070": {
"views": [
{
"cell_index": 23
}
]
}
},
"version": "1.2.0"
}
},
"nbformat": 4,
Expand Down
Loading

0 comments on commit 1f6ad3f

Please sign in to comment.