Skip to content

Enhancement: Add get_feature_importance() to AutoML #809

@pplonski

Description

@pplonski

It would be very useful to have a unified method like:

feat_imp = automl.get_feature_importance()

to easily retrieve feature importance from the AutoML object.

Currently, there is no direct method available, and users need to access it manually per model.

Suggestion:
Add a get_feature_importance() method that aggregates or returns feature importance for the best model (or all models).

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions