MetaBags: Bagged Meta-Decision Trees for Regression
Jihed Khiari, Luis Moreira-Matias, Ammar Shaker, Bernard Zenko, Saso, Dzeroski

TL;DR
MetaBags introduces a novel stacking framework for regression that learns meta-decision trees to select the best base model for each query, improving prediction accuracy and bias-variance trade-off.
Contribution
It presents a new meta-learning approach with specialized meta-features for regression ensembles, outperforming existing methods in accuracy and scalability.
Findings
MetaBags significantly outperforms state-of-the-art methods.
The approach maintains high performance even in data-sparse regions.
Empirical results demonstrate improved generalization and scalability.
Abstract
Ensembles are popular methods for solving practical supervised learning problems. They reduce the risk of having underperforming models in production-grade software. Although critical, methods for learning heterogeneous regression ensembles have not been proposed at large scale, whereas in classical ML literature, stacking, cascading and voting are mostly restricted to classification problems. Regression poses distinct learning challenges that may result in poor performance, even when using well established homogeneous ensemble schemas such as bagging or boosting. In this paper, we introduce MetaBags, a novel, practically useful stacking framework for regression. MetaBags is a meta-learning algorithm that learns a set of meta-decision trees designed to select one base model (i.e. expert) for each query, and focuses on inductive bias reduction. A set of meta-decision trees are learned…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsMachine Learning and Data Classification · Anomaly Detection Techniques and Applications · Data Stream Mining Techniques
