Why I got different n_estimators
when using automl.model.estimator.get_params()
and automl.best_config
?
#1275
Unanswered
azurechen97
asked this question in
Q&A
Replies: 2 comments 1 reply
-
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.
1 reply
-
Is this going to be fixed? New release has same error |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I tried to train a LightGBM model via FLAML. In the end, I got the tunned model
automl.model.estimator
. But I gotn_estimator = 1
when I callautoml.model.estimator.get_params()
, instead of the actual14142
provided by callingautoml.best_config
. What could be the problem?Beta Was this translation helpful? Give feedback.
All reactions