Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Create CommitteeRegressor() as analogue to VotingClassifier() in sklearn.ensemble #7555

Closed
@banilo

Description

@banilo

sklearn.ensemble.VotingClassifier is great way to obtain a majority vote from a set of estimators. What appears to be lacking is a similar meta estimator for the regression case. Such a committee estimator could compute the average across the continuous predictions from a set of estimators, which could complete the sklearn.ensemble module.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions