We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3b68c16 commit 8131ed3Copy full SHA for 8131ed3
machine_learning.ipynb
@@ -206,6 +206,8 @@
206
"cell_type": "markdown",
207
"metadata": {},
208
"source": [
209
+ "### SVM classifier\n",
210
+ "\n",
211
"Let's try a linear SVM classifier.\n",
212
"The accuracy on the test set is listed in the lower right corner of the plot."
213
]
@@ -245,6 +247,8 @@
245
247
246
248
249
250
+ "### k-Nearest Neighbors (kNN)\n",
251
252
"k-Nearest Neighbors (kNN) is an efficient classifier.\n",
253
"kNN assigns a data point the same class as the majority of its neighbors.\n",
254
"The value k specifies how many neighbors should be considered."
0 commit comments