Skip to content

Commit 8131ed3

Browse files
committed
Headings
1 parent 3b68c16 commit 8131ed3

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

machine_learning.ipynb

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -206,6 +206,8 @@
206206
"cell_type": "markdown",
207207
"metadata": {},
208208
"source": [
209+
"### SVM classifier\n",
210+
"\n",
209211
"Let's try a linear SVM classifier.\n",
210212
"The accuracy on the test set is listed in the lower right corner of the plot."
211213
]
@@ -245,6 +247,8 @@
245247
"cell_type": "markdown",
246248
"metadata": {},
247249
"source": [
250+
"### k-Nearest Neighbors (kNN)\n",
251+
"\n",
248252
"k-Nearest Neighbors (kNN) is an efficient classifier.\n",
249253
"kNN assigns a data point the same class as the majority of its neighbors.\n",
250254
"The value k specifies how many neighbors should be considered."

0 commit comments

Comments
 (0)