fix: spelling

This commit is contained in:
Jonathan Chen 2022-12-05 20:06:11 -05:00
parent 823b69e00a
commit 34c9ba55a6

View File

@ -8607,7 +8607,7 @@
"cell_type": "markdown",
"metadata": {},
"source": [
"The largrest group is `#na#`, which is the label fastai applies to missing values.\n",
"The largest group is `#na#`, which is the label fastai applies to missing values.\n",
"\n",
"Let's do the same thing for `YearMade`. Since this is a numeric feature, we'll need to draw a histogram, which groups the year values into a few discrete bins:"
]