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
After I fit an AutoML ensemble for a regression ("ensemble": True in AutoML settings), trying to get the feature importances as follow I get an empty result:
automl.feature_importances_
As the final model is a StackRegressor, the final feature importances can be calculated by averaging the feature importances of each base estimator.