Make ensembler pipelines tunable in AutoMLSearch
Offen
enhancement
- Vorherrschende Sprache
- Python
- Sterne
- 850
- Forks
- 96
- PR-Merge-Kennzahlen
- Keine gemergten PRs in 30 T.
Beschreibung
Currently, we just run a single ensembler pipeline during AutoMLSearch after fitting all available model families. In this pipeline , we are using the default parameters for the metalearner.
When compared to the 5 pipelines we tune for each model family, it doesn't provide the ensembler pipelines an apples-to-apples comparison. This issue tracks making ensembling pipelines tunable in AutoMLSearch and treating it like any other model family (thus tuning 5 ensembler pipelines per batch).
We can expose the tunable parameters in the metalearner as well as tune the estimator to use as a metalearner (e.g. RidgeCV vs. Lasso vs. ElasticNet).
Beitragsleitfaden
Bewertung
Dieses Issue wurde noch nicht bewertet.