Skip to content

Commit 5e49c13

Browse files
committed
fix failing doctest
1 parent 63d524e commit 5e49c13

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/modules/ensemble.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -299,7 +299,7 @@ learners::
299299
>>> clf = AdaBoostClassifier(n_estimators=100)
300300
>>> scores = cross_val_score(clf, iris.data, iris.target)
301301
>>> scores.mean() # doctest: +ELLIPSIS
302-
0.92...
302+
0.939...
303303

304304
The number of weak learners is controlled by the parameter ``n_estimators``. The
305305
``learning_rate`` parameter controls the contribution of the weak learners in

0 commit comments

Comments
 (0)