Skip to content

Commit 9709ce0

Browse files
committed
updated with some images, minor fixes
1 parent c91036d commit 9709ce0

13 files changed

+1532
-810
lines changed

01-introduction.ipynb

+1
Original file line numberDiff line numberDiff line change
@@ -333,6 +333,7 @@
333333
"metadata": {},
334334
"source": [
335335
"## A First Application: Classifying iris species\n",
336+
"![sepal_petal](images/sepal_petal_small.png)\n",
336337
"### Meet the data"
337338
]
338339
},

02-supervised-learning.ipynb

+14
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,13 @@
3030
"## Generalization, Overfitting and Underfitting"
3131
]
3232
},
33+
{
34+
"cell_type": "markdown",
35+
"metadata": {},
36+
"source": [
37+
"![model_complexity](images/overfitting_underfitting_cartoon.png)"
38+
]
39+
},
3340
{
3441
"cell_type": "markdown",
3542
"metadata": {},
@@ -4114,6 +4121,13 @@
41144121
"plt.colorbar(scores_image, ax=axes.tolist())"
41154122
]
41164123
},
4124+
{
4125+
"cell_type": "markdown",
4126+
"metadata": {},
4127+
"source": [
4128+
"![classifier_comparison](images/classifier_comparison.png)"
4129+
]
4130+
},
41174131
{
41184132
"cell_type": "markdown",
41194133
"metadata": {},

04-scikit-learn-API-summary.ipynb

+7
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,13 @@
3333
"logreg = LogisticRegression()"
3434
]
3535
},
36+
{
37+
"cell_type": "markdown",
38+
"metadata": {},
39+
"source": [
40+
"![api_table](images/api_table.png)"
41+
]
42+
},
3643
{
3744
"cell_type": "markdown",
3845
"metadata": {},

0 commit comments

Comments
 (0)