Skip to content

VotingClassifier should have a way to access fitted estimators by name #9157

@jnothman

Description

@jnothman

VotingClassifier provides named_estimators which is a dict of constituent estimators before fitting (i.e. the estimators are cloned and individually fit when the VotingClassifier is fit). These are already accessible through get_params(). More useful would be a named_estimators_ or similar containing the fitted estimators from estimators_.

Metadata

Metadata

Assignees

No one assigned

    Labels

    EasyWell-defined and straightforward way to resolve

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions