Skip to content

Commit

Permalink
Merge pull request #2356 from Trusted-AI/dependabot/pip/lightgbm-4.1.0
Browse files Browse the repository at this point in the history
Bump lightgbm from 3.3.5 to 4.1.0
  • Loading branch information
beat-buesser authored Dec 19, 2023
2 parents cc9912f + d9eb294 commit 0b70a71
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion requirements_test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ timm==0.9.2

catboost==1.1.1
GPy==1.10.0
lightgbm==3.3.5
lightgbm==4.1.0
xgboost==1.7.5

kornia~=0.6.12
Expand Down
2 changes: 1 addition & 1 deletion tests/metrics/test_verification_decision_trees.py
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ def test_LightGBM(self):
"verbose": 0,
}

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)

classifier = LightGBMClassifier(model=model)

Expand Down

0 comments on commit 0b70a71

Please sign in to comment.