Details
-
New Feature
-
Status: In Progress
-
Major
-
Resolution: Unresolved
-
None
-
None
-
None
-
Docs Required
Description
We want to unify API/usage of any ensembles of models.
Currently we already have only boosting and bagging and we want to implement stacking.
Stacking is an ensemble learning technique that combines multiple classification or regression models via a meta-classifier or a meta-regressor. The base level models are trained based on a complete training set, then the meta-model is trained on the outputs of the base level model as features.
Attachments
Issue Links
- is a parent of
-
IGNITE-9463 [ML] Update ML tutorial with new model composition/update features
- Resolved
-
IGNITE-7149 Gradient boosting for decision tree
- Resolved
-
IGNITE-10480 [ML] Stacking for training and inference
- Resolved
-
IGNITE-10517 [ML] Merge inference and learning architectures
- Open
-
IGNITE-8867 [ML] Bagging on learning sample
- Resolved
-
IGNITE-10573 [ML] Consistent API for Ensemble training
- Resolved
-
IGNITE-10575 [ML] Add examples for ensemble training
- Resolved