From cb55a29adafe9c17393174d7509fc9f83db41947 Mon Sep 17 00:00:00 2001 From: Steven Pestana <650301+spestana@users.noreply.github.com> Date: Fri, 13 Sep 2024 08:46:45 -0700 Subject: [PATCH] Fix spelling --- book/chapters/development.ipynb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/book/chapters/development.ipynb b/book/chapters/development.ipynb index b6afd01..8ba978b 100644 --- a/book/chapters/development.ipynb +++ b/book/chapters/development.ipynb @@ -7,7 +7,7 @@ "tags": [] }, "source": [ - "# Model Development and Paramter Tuning\n", + "# Model Development and Parameter Tuning\n", "\n", "Explain the effects of parameter tuning and how it was performed. If you used a tool to perform automatic tuning , explaing that as well. If it is the case, explain model under or over fitting and the consequences.\n" ]