We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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:
"ensemble": True
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_
No response
FLAML 2.3.3
The text was updated successfully, but these errors were encountered:
Hi @lucazav , what's the individual model?
Sorry, something went wrong.
No branches or pull requests
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: