Skip to content

Commit

Permalink
Update test/automl/test_regression.py
Browse files Browse the repository at this point in the history
Co-authored-by: Li Jiang <[email protected]>
  • Loading branch information
dannycg1996 and thinkall authored Oct 29, 2024
1 parent 76cfe21 commit d43b8c1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/automl/test_regression.py
Original file line number Diff line number Diff line change
Expand Up @@ -344,7 +344,7 @@ def test_reproducibility_of_lgbm_regression_model():
However, there are reported issues around LGBMs - see here:
https://github.com/microsoft/FLAML/issues/1368
In this test we take the best LGB regression model which FLAML provided us, and then retrain and test it on the
In this test we take the best LGBM regression model which FLAML provided us, and then retrain and test it on the
same folds, to verify that the result is reproducible.
"""
automl = AutoML()
Expand Down

0 comments on commit d43b8c1

Please sign in to comment.