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.