From d43b8c1f19c37dc20db650f75ef605144e1ffe6a Mon Sep 17 00:00:00 2001 From: Daniel Grindrod Date: Tue, 29 Oct 2024 11:02:43 +0000 Subject: [PATCH] Update test/automl/test_regression.py Co-authored-by: Li Jiang --- test/automl/test_regression.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/automl/test_regression.py b/test/automl/test_regression.py index f2a2200504..eaefec4914 100644 --- a/test/automl/test_regression.py +++ b/test/automl/test_regression.py @@ -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()