File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -1057,10 +1057,10 @@ Here we see that the smallest estimated RMSPE from cross-validation occurs when
1057
1057
If we want to compare this multivariable KNN regression model to the model with only a single
1058
1058
predictor * as part of the model tuning process* (e.g., if we are running forward selection as described
1059
1059
in the chapter on evaluating and tuning classification models),
1060
- then we must compare the accuracy estimated using only the training data via cross-validation.
1061
- Looking back, the estimated cross-validation accuracy for the single-predictor
1060
+ then we must compare the RMSPE estimated using only the training data via cross-validation.
1061
+ Looking back, the estimated cross-validation RMSPE for the single-predictor
1062
1062
model was {glue: text }` cv_RMSPE ` .
1063
- The estimated cross-validation accuracy for the multivariable model is
1063
+ The estimated cross-validation RMSPE for the multivariable model is
1064
1064
{glue: text }` cv_RMSPE_2pred ` .
1065
1065
Thus in this case, we did not improve the model
1066
1066
by a large amount by adding this additional predictor.
You can’t perform that action at this time.
0 commit comments