Skip to content

Commit

Permalink
fixed a typo (#4979)
Browse files Browse the repository at this point in the history
  • Loading branch information
nouranali authored Mar 30, 2020
1 parent daf2733 commit 8c762d2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/ipython-notebooks/classification/Classification.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"cell_type": "markdown",
"metadata": {},
"source": [
"This notebook demonstrates different classification methods in Shogun. The point is to compare and visualize the decision boundaries of different classifiers on two different datasets, where one is linear seperable, and one is not.\n",
"This notebook demonstrates different classification methods in Shogun. The point is to compare and visualize the decision boundaries of different classifiers on two different datasets, where one is linear separable, and one is not.\n",
"\n",
"1. <a href =\"#section1\">Data Generation and Visualization</a>\n",
"2. <a href =\"#section2\">Support Vector Machine</a>\n",
Expand Down

0 comments on commit 8c762d2

Please sign in to comment.