Skip to content

Commit 0b70a71

Browse files
authored
Merge pull request #2356 from Trusted-AI/dependabot/pip/lightgbm-4.1.0
Bump lightgbm from 3.3.5 to 4.1.0
2 parents cc9912f + d9eb294 commit 0b70a71

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

requirements_test.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ timm==0.9.2
4040

4141
catboost==1.1.1
4242
GPy==1.10.0
43-
lightgbm==3.3.5
43+
lightgbm==4.1.0
4444
xgboost==1.7.5
4545

4646
kornia~=0.6.12

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)