File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Filter options
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Original file line number Diff line number Diff line change @@ -549,10 +549,10 @@ When we evaluate a randomized estimator performance by cross-validation, we
549
549
want to make sure that the estimator can yield accurate predictions for new
550
550
data, but we also want to make sure that the estimator is robust w.r.t. its
551
551
random initialization. For example, we would like the random weights
552
- initialization of a :class: `~sklearn.linear_model.SGDClassifier ` to be
552
+ initialization of an :class: `~sklearn.linear_model.SGDClassifier ` to be
553
553
consistently good across all folds: otherwise, when we train that estimator
554
554
on new data, we might get unlucky and the random initialization may lead to
555
- bad performance. Similarly, we want a random forest to be robust w.r.t the
555
+ bad performance. Similarly, we want a random forest to be robust w.r.t. the
556
556
set of randomly selected features that each tree will be using.
557
557
558
558
For these reasons, it is preferable to evaluate the cross-validation
You can’t perform that action at this time.
0 commit comments