paper-with-me

홈 › Papers

autoBagging: Learning to Rank Bagging Workflows with Metalearning

2017-06-28 · Fábio Pinto, Vítor Cerqueira, Carlos Soares, João Mendes-Moreira

Machine Learning (ML) has been successfully applied to a wide range of domains and applications. One of the techniques behind most of these successful applications is Ensemble Learning (EL), the field of ML that gave birth to methods such as Random Forests or Boosting. The complexity of applying these techniques together with the market scarcity on ML experts, has created the need for systems that enable a fast and easy drop-in replacement for ML libraries. Automated machine learning (autoML) is the field of ML that attempts to answers these needs. Typically, these systems rely on optimization techniques such as bayesian optimization to lead the search for the best model. Our approach differs from these systems by making use of the most recent advances on metalearning and a learning to rank approach to learn from metadata. We propose autoBagging, an autoML system that automatically ranks 63 bagging workflows by exploiting past performance and dataset characterization. Results on 140 classification datasets from the OpenML platform show that autoBagging can yield better performance than the Average Rank method and achieve results that are not statistically different from an ideal model that systematically selects the best workflow for each dataset. For the purpose of reproducibility and generalizability, autoBagging is publicly available as an R package on CRAN.

📄 PDF Abstract BibTeX arXiv:1706.09367

Code (0)

등록된 구현이 없습니다.

Tasks

AutoMLBayesian OptimizationBIG-bench Machine LearningEnsemble LearningLearning-To-Rank

Similar Papers 제목 키워드 기반

Metalearning Using Structure-rich Pipeline Representations for Better AutoML

2021-03-13 · ICLR Workshop Learning_to_Learn 2021 5 · Anonymous

Automatic machine learning (AutoML) systems have been shown to perform better when they learn from past experience. Examples include Auto-sklearn, which warm-starts the ML pipeline search using existing programs known to…

AutoMLreinforcement-learningReinforcement Learning (RL)tabular-classification

Metalearning for Feature Selection

2017-03-20 · Ben Goertzel, Nil Geisweiller, Chris Poulin

A general formulation of optimization problems in which various candidate solutions may use different feature-sets is presented, encompassing supervised classification, automated program learning and other cases. A novel…

Classificationfeature selectionGeneral Classificationtext-classification+1

Effect of Incomplete Meta-dataset on Average Ranking Method

2016-08-24 · Salisu Mamman Abdulrahman, Pavel Brazdil

One of the simplest metalearning methods is the average ranking method. This method uses metadata in the form of test results of a given set of algorithms on given set of datasets and calculates an average rank for each …

Evaluation of Bagging Predictors with Kernel Density Estimation and Bagging Score

2026-04-04 · Philipp Seitz, Jan Schmitt, Andreas Schiffler arxiv

For a larger set of predictions of several differently trained machine learning models, known as bagging predictors, the mean of all predictions is taken by default. Nevertheless, this proceeding can deviate from the act…

Density Estimation

A Metalearning Approach for Physics-Informed Neural Networks (PINNs): Application to Parameterized PDEs

2021-10-26 · Michael Penwarden, Shandian Zhe, Akil Narayan, Robert M. Kirby

Physics-informed neural networks (PINNs) as a means of discretizing partial differential equations (PDEs) are garnering much attention in the Computational Science and Engineering (CS&E) world. At least two challenges ex…

BIG-bench Machine LearningPhysics-informed machine learningTransfer Learning