We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 29aa492 commit 5c22decCopy full SHA for 5c22dec
sklearn/ensemble/_gb.py
@@ -736,7 +736,7 @@ def _raw_predict(self, X):
736
predict_stages(self.estimators_, X, self.learning_rate, raw_predictions)
737
return raw_predictions
738
739
- def _staged_raw_predict(self, X, check_input=False):
+ def _staged_raw_predict(self, X, check_input=True):
740
"""Compute raw predictions of ``X`` for each iteration.
741
742
This method allows monitoring (i.e. determine error on testing set)
0 commit comments