Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion algo_implementations.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -292,7 +292,7 @@
"source": [
"### Training and Evaluation\n",
"\n",
"In this sectio nwe will train our ``HadashKNeighborsClassifier`` on the Iris dataset\n",
"In this section we will train our ``HadashKNeighborsClassifier`` on the Iris dataset\n",
"\n",
"We will have to perform the following steps:\n",
"* Define the data as a ``numpy`` arrays\n",
Expand Down