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 8ff9a7d commit d9eb294Copy full SHA for d9eb294
tests/metrics/test_verification_decision_trees.py
@@ -92,7 +92,7 @@ def test_LightGBM(self):
92
"verbose": 0,
93
}
94
95
- model = lightgbm.train(parameters, train_data, valid_sets=test_data, num_boost_round=2, early_stopping_rounds=1)
+ model = lightgbm.train(parameters, train_data, valid_sets=test_data, num_boost_round=2)
96
97
classifier = LightGBMClassifier(model=model)
98
0 commit comments