From 98765d314e52ccadc9e4d2bac1e06fb1aecbbf25 Mon Sep 17 00:00:00 2001 From: brian dalessandro Date: Thu, 4 Oct 2018 08:47:27 -0400 Subject: [PATCH] bv --- ipython/python35/Lecture_BiasVariance_3.ipynb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ipython/python35/Lecture_BiasVariance_3.ipynb b/ipython/python35/Lecture_BiasVariance_3.ipynb index 39bea57..66f726a 100644 --- a/ipython/python35/Lecture_BiasVariance_3.ipynb +++ b/ipython/python35/Lecture_BiasVariance_3.ipynb @@ -14,7 +14,7 @@ "\n", "The word \"model\" alone implies some simplification of the world, and such simplifications generally accept a level of misrepresentation for the sake of parsimony (ie., simplicity). The challenge we face as Data Scientists is that the world we are usually trying to model produces data that is inherently noisy. Modeling such noisy systems requires a delicate balancing act between model parsimony and generalizability. When our measurement systems are rife with uncertainty, the desire to build simpler models isn't just a stylistic choice - it is an essential practice if we desire to successfully generalize on unknown data.

\n", "\n", - "The Bias-Variance tradeoff is a theoretical concept that fortunately can be very intuitive and easy to illustrate. This notebook aims to offer the reader both views. On the theory side, we'll define and explain some core constructs and show how the common least squares error can be decomoposed into both bias and variance components. To make the concepts more intuitive, we'll present multiple illustrations with simulated data. The rest of this notebook is organized as follows:
\n", + "The Bias-Variance tradeoff is a theoretical concept that fortunately can be very intuitive and easy to illustrate. This notebook aims to offer the reader both views. On the theory side, we'll define and explain some core constructs and show how the common least squares error can be decomposed into both bias and variance components. To make the concepts more intuitive, we'll present multiple illustrations with simulated data. The rest of this notebook is organized as follows:
\n", "\n", "\n", "