Skip to content

Commit

Permalink
Typo
Browse files Browse the repository at this point in the history
  • Loading branch information
GraemeMalcolm committed Dec 22, 2020
1 parent cc6e96e commit 54f9957
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions 02 - Regression.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -742,7 +742,7 @@
"\n",
"### Encoding categorical variables\n",
"\n",
"achine learning models work best with numeric features rather than text values, so you generally need to convert categorical features into numeric representations. For example, suppose your data includes the following categorical feature. \n",
"Machine learning models work best with numeric features rather than text values, so you generally need to convert categorical features into numeric representations. For example, suppose your data includes the following categorical feature. \n",
"\n",
"| Size |\n",
"| ---- |\n",
Expand Down Expand Up @@ -1003,4 +1003,4 @@
},
"nbformat": 4,
"nbformat_minor": 2
}
}

0 comments on commit 54f9957

Please sign in to comment.