From 34c9ba55a697231de2bb9568b53696afc80a4fad Mon Sep 17 00:00:00 2001 From: Jonathan Chen <11434205+dijonkitchen@users.noreply.github.com> Date: Mon, 5 Dec 2022 20:06:11 -0500 Subject: [PATCH] fix: spelling --- 09_tabular.ipynb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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:" ]