Fixed typo (#145)
This commit is contained in:
parent
05a0efe27c
commit
bcd8a84bbe
|
@ -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,
|
||||
|
|
Loading…
Reference in New Issue