You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@thinkallbest_model.estimator_class returns the following:
sklearn.ensemble._forest.ExtraTreesRegressor
Hi @lucazav , sorry for the late reply. What's the value of model_history in your code? The default is False. If False, best_model_for_estimator will return a non-trained model.
Describe the bug
After I fit an AutoML ensemble for a regression (
"ensemble": True
in AutoML settings), I get the best model of the ensamble in this way:best_model = automl.best_model_for_estimator(automl.best_estimator)
If I try to get feature importances for this model in the following way, I get an empty result:
best_model.feature_importances_
Steps to reproduce
No response
Model Used
No response
Expected Behavior
No response
Screenshots and logs
No response
Additional Information
FLAML 2.3.3
The text was updated successfully, but these errors were encountered: