Skip to content

Commit d9eb294

Browse files
committed
Update test for LightGBM 4.x
Signed-off-by: Beat Buesser <[email protected]>
1 parent 8ff9a7d commit d9eb294

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/metrics/test_verification_decision_trees.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ def test_LightGBM(self):
9292
"verbose": 0,
9393
}
9494

95-
model = lightgbm.train(parameters, train_data, valid_sets=test_data, num_boost_round=2, early_stopping_rounds=1)
95+
model = lightgbm.train(parameters, train_data, valid_sets=test_data, num_boost_round=2)
9696

9797
classifier = LightGBMClassifier(model=model)
9898

0 commit comments

Comments
 (0)