File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -53,9 +53,9 @@ Validation curve
53
53
54
54
To validate a model we need a scoring function (see :ref: `model_evaluation `),
55
55
for example accuracy for classifiers. The proper way of choosing multiple
56
- hyperparameters of an estimator are of course grid search or similar methods
56
+ hyperparameters of an estimator is of course grid search or similar methods
57
57
(see :ref: `grid_search `) that select the hyperparameter with the maximum score
58
- on a validation set or multiple validation sets. Note that if we optimized
58
+ on a validation set or multiple validation sets. Note that if we optimize
59
59
the hyperparameters based on a validation score the validation score is biased
60
60
and not a good estimate of the generalization any longer. To get a proper
61
61
estimate of the generalization we have to compute the score on another test
You can’t perform that action at this time.
0 commit comments