Skip to content

Commit 913da3f

Browse files
authored
MNT Fix higgs boson benchmark (scikit-learn#16740)
1 parent 78b7a50 commit 913da3f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

benchmarks/bench_hist_gradient_boosting_higgsboson.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ def load_data():
7575
max_iter=n_trees,
7676
max_bins=max_bins,
7777
max_leaf_nodes=n_leaf_nodes,
78-
n_iter_no_change=None,
78+
early_stopping=False,
7979
random_state=0,
8080
verbose=1)
8181
est.fit(data_train, target_train)

0 commit comments

Comments
 (0)