Skip to content

Commit

Permalink
Make notebooks 1 to 9 runnable in Colab without changes
Browse files Browse the repository at this point in the history
  • Loading branch information
ageron committed Nov 5, 2019
1 parent 207195f commit 641895d
Show file tree
Hide file tree
Showing 9 changed files with 559 additions and 385 deletions.
127 changes: 81 additions & 46 deletions 01_the_machine_learning_landscape.ipynb

Large diffs are not rendered by default.

374 changes: 210 additions & 164 deletions 02_end_to_end_machine_learning_project.ipynb

Large diffs are not rendered by default.

13 changes: 12 additions & 1 deletion 03_classification.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,17 @@
"_This notebook contains all the sample code and solutions to the exercises in chapter 3._"
]
},
{
"cell_type": "markdown",
"metadata": {},
"source": [
"<table align=\"left\">\n",
" <td>\n",
" <a target=\"_blank\" href=\"https://colab.research.google.com/github/ageron/handson-ml2/blob/master/03_classification.ipynb\"><img src=\"https://www.tensorflow.org/images/colab_logo_32px.png\" />Run in Google Colab</a>\n",
" </td>\n",
"</table>"
]
},
{
"cell_type": "markdown",
"metadata": {},
Expand Down Expand Up @@ -4548,7 +4559,7 @@
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython3",
"version": "3.7.4"
"version": "3.7.3"
},
"nav_menu": {},
"toc": {
Expand Down
13 changes: 12 additions & 1 deletion 04_training_linear_models.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,17 @@
"_This notebook contains all the sample code and solutions to the exercises in chapter 4._"
]
},
{
"cell_type": "markdown",
"metadata": {},
"source": [
"<table align=\"left\">\n",
" <td>\n",
" <a target=\"_blank\" href=\"https://colab.research.google.com/github/ageron/handson-ml2/blob/master/04_training_linear_models.ipynb\"><img src=\"https://www.tensorflow.org/images/colab_logo_32px.png\" />Run in Google Colab</a>\n",
" </td>\n",
"</table>"
]
},
{
"cell_type": "markdown",
"metadata": {},
Expand Down Expand Up @@ -2748,7 +2759,7 @@
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython3",
"version": "3.6.8"
"version": "3.7.3"
},
"nav_menu": {},
"toc": {
Expand Down
13 changes: 12 additions & 1 deletion 05_support_vector_machines.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,17 @@
"_This notebook contains all the sample code and solutions to the exercises in chapter 5._"
]
},
{
"cell_type": "markdown",
"metadata": {},
"source": [
"<table align=\"left\">\n",
" <td>\n",
" <a target=\"_blank\" href=\"https://colab.research.google.com/github/ageron/handson-ml2/blob/master/05_support_vector_machines.ipynb\"><img src=\"https://www.tensorflow.org/images/colab_logo_32px.png\" />Run in Google Colab</a>\n",
" </td>\n",
"</table>"
]
},
{
"cell_type": "markdown",
"metadata": {},
Expand Down Expand Up @@ -2936,7 +2947,7 @@
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython3",
"version": "3.7.4"
"version": "3.7.3"
},
"nav_menu": {},
"toc": {
Expand Down
13 changes: 12 additions & 1 deletion 06_decision_trees.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,17 @@
"_This notebook contains all the sample code and solutions to the exercises in chapter 6._"
]
},
{
"cell_type": "markdown",
"metadata": {},
"source": [
"<table align=\"left\">\n",
" <td>\n",
" <a target=\"_blank\" href=\"https://colab.research.google.com/github/ageron/handson-ml2/blob/master/06_decision_trees.ipynb\"><img src=\"https://www.tensorflow.org/images/colab_logo_32px.png\" />Run in Google Colab</a>\n",
" </td>\n",
"</table>"
]
},
{
"cell_type": "markdown",
"metadata": {},
Expand Down Expand Up @@ -1242,7 +1253,7 @@
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython3",
"version": "3.7.4"
"version": "3.7.3"
},
"nav_menu": {
"height": "309px",
Expand Down
13 changes: 12 additions & 1 deletion 07_ensemble_learning_and_random_forests.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,17 @@
"_This notebook contains all the sample code and solutions to the exercises in chapter 7._"
]
},
{
"cell_type": "markdown",
"metadata": {},
"source": [
"<table align=\"left\">\n",
" <td>\n",
" <a target=\"_blank\" href=\"https://colab.research.google.com/github/ageron/handson-ml2/blob/master/07_ensemble_learning_and_random_forests.ipynb\"><img src=\"https://www.tensorflow.org/images/colab_logo_32px.png\" />Run in Google Colab</a>\n",
" </td>\n",
"</table>"
]
},
{
"cell_type": "markdown",
"metadata": {},
Expand Down Expand Up @@ -2665,7 +2676,7 @@
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython3",
"version": "3.7.4"
"version": "3.7.3"
},
"nav_menu": {
"height": "252px",
Expand Down
13 changes: 12 additions & 1 deletion 08_dimensionality_reduction.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,17 @@
"_This notebook contains all the sample code and solutions to the exercises in chapter 8._"
]
},
{
"cell_type": "markdown",
"metadata": {},
"source": [
"<table align=\"left\">\n",
" <td>\n",
" <a target=\"_blank\" href=\"https://colab.research.google.com/github/ageron/handson-ml2/blob/master/08_dimensionality_reduction.ipynb\"><img src=\"https://www.tensorflow.org/images/colab_logo_32px.png\" />Run in Google Colab</a>\n",
" </td>\n",
"</table>"
]
},
{
"cell_type": "markdown",
"metadata": {},
Expand Down Expand Up @@ -3247,7 +3258,7 @@
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython3",
"version": "3.6.8"
"version": "3.7.3"
}
},
"nbformat": 4,
Expand Down
Loading

0 comments on commit 641895d

Please sign in to comment.