Skip to content
New issue

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

[Enhancement] Ensemble support #13

Open
bcebere opened this issue Feb 2, 2023 · 0 comments
Open

[Enhancement] Ensemble support #13

bcebere opened this issue Feb 2, 2023 · 0 comments
Labels
enhancement New feature or request

Comments

@bcebere
Copy link
Contributor

bcebere commented Feb 2, 2023

Feature Description

Given a set of pipelines - or just estimators, users should be able to create ensembles.

Popular ensemble techniques

  • WeightedEnsemble: average across all scores/prediction results, maybe with weights
  • Stacking (meta ensembling): use a meta learner to learn the base classifier results
  • Majority Vote Ensemble
  • DCS: Dynamic Classifier Selection: Combination of multiple classifiers using local accuracy estimates
  • DES: Dynamic Ensemble Selection: From dynamic classifier selection to dynamic ensemble selection

Reference code in AutoPrognosis: https://github.com/vanderschaarlab/autoprognosis/tree/main/src/autoprognosis/plugins/ensemble

More about here: https://github.com/yzhao062/combo

@bcebere bcebere added the enhancement New feature or request label Feb 2, 2023
@DrShushen DrShushen transferred this issue from another repository Mar 3, 2023
@DrShushen DrShushen changed the title [Feat] Ensemble support [Enhancement] Ensemble support Sep 13, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant