We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 78b7a50 commit 913da3fCopy full SHA for 913da3f
benchmarks/bench_hist_gradient_boosting_higgsboson.py
@@ -75,7 +75,7 @@ def load_data():
75
max_iter=n_trees,
76
max_bins=max_bins,
77
max_leaf_nodes=n_leaf_nodes,
78
- n_iter_no_change=None,
+ early_stopping=False,
79
random_state=0,
80
verbose=1)
81
est.fit(data_train, target_train)
0 commit comments