From 145e267be3c42d07c180b09b52086ebc4e30b888 Mon Sep 17 00:00:00 2001 From: Alaa Abedrabbo Date: Thu, 17 Nov 2022 18:21:48 +0000 Subject: [PATCH] Remove repeated word :) --- code/bias-variance/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/bias-variance/index.html b/code/bias-variance/index.html index d82398b1..a35a5a83 100644 --- a/code/bias-variance/index.html +++ b/code/bias-variance/index.html @@ -288,7 +288,7 @@



In other words, we don’t want an underfit model, but we don’t want an overfit model either. We want something in between - something - with enough complexity to learn learn the generalizable patterns + with enough complexity to learn the generalizable patterns in our data.