diff --git a/09_tabular.ipynb b/09_tabular.ipynb index e3ed14c..e1d357f 100644 --- a/09_tabular.ipynb +++ b/09_tabular.ipynb @@ -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:" ]