diff --git a/model-assess.Rmd b/model-assess.Rmd index a4adbd1..40ab21e 100644 --- a/model-assess.Rmd +++ b/model-assess.Rmd @@ -38,7 +38,7 @@ There are two main resampling techniques that we're going to cover. the data to the training set, and evaluate it on the test set. This avoids intrinsic bias of using the same data to both fit the model and assess it's quality. However it introduces a new bias: you're not using all the data to - fit the model so it's going to be quite as good as it could be. + fit the model so it's not going to be quite as good as it could be. * We will use __boostrapping__ to understand how stable (or how variable) the model is. If you sample data from the same population multiple times,