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 8131ed3 commit fb90c79Copy full SHA for fb90c79
machine_learning.ipynb
@@ -206,7 +206,7 @@
206
"cell_type": "markdown",
207
"metadata": {},
208
"source": [
209
- "### SVM classifier\n",
+ "### Support-vector machine (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."
@@ -270,6 +270,9 @@
270
271
272
273
+ "### Linearly separable data\n",
274
+ "\n",
275
+ "The data we have worked with so far, are (nearly) linearly separable.\n",
276
"Let's try the SVM and kNN classifiers with a data set that is not linearly separable."
277
]
278
},
0 commit comments