Why I got different n_estimators
when using automl.model.estimator.get_params()
and automl.best_config
?
#1275
-
I tried to train a LightGBM model via FLAML. In the end, I got the tunned model |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 2 replies
-
I got the same result as you even though I just copied the code from this example https://microsoft.github.io/FLAML/docs/Examples/AutoML-for-LightGBM Someone NEED to clarify this! Here is my result:
|
Beta Was this translation helpful? Give feedback.
-
Is this going to be fixed? New release has same error |
Beta Was this translation helpful? Give feedback.
-
Per checking, the bug is fixed in Release v2.3.2. Thank you @dannycg1996! |
Beta Was this translation helpful? Give feedback.
Per checking, the bug is fixed in Release v2.3.2. Thank you @dannycg1996!