paper-with-me

Papers

An Extensive Experimental Evaluation of Automated Machine Learning Methods for Recommending Classification Algorithms (Extended Version)

2020-09-16 · Márcio P. Basgalupp, Rodrigo C. Barros, Alex G. C. de Sá, Gisele L. Pappa, Rafael G. Mantovani, André C. P. L. F. de Carvalho, Alex A. Freitas

This paper presents an experimental comparison among four Automated Machine Learning (AutoML) methods for recommending the best classification algorithm for a given input dataset. Three of these methods are based on Evolutionary Algorithms (EAs), and the other is Auto-WEKA, a well-known AutoML method based on the Combined Algorithm Selection and Hyper-parameter optimisation (CASH) approach. The EA-based methods build classification algorithms from a single machine learning paradigm: either decision-tree induction, rule induction, or Bayesian network classification. Auto-WEKA combines algorithm selection and hyper-parameter optimisation to recommend classification algorithms from multiple paradigms. We performed controlled experiments where these four AutoML methods were given the same runtime limit for different values of this limit. In general, the difference in predictive accuracy of the three best AutoML methods was not statistically significant. However, the EA evolving decision-tree induction algorithms has the advantage of producing algorithms that generate interpretable classification models and that are more scalable to large datasets, by comparison with many algorithms from other learning paradigms that can be recommended by Auto-WEKA. We also observed that Auto-WEKA has shown meta-overfitting, a form of overfitting at the meta-learning level, rather than at the base-learning level.

📄 PDF Abstract BibTeX arXiv:2009.07430

Code (0)

등록된 구현이 없습니다.

Tasks

AutoMLBIG-bench Machine LearningClassificationEvolutionary AlgorithmsGeneral ClassificationMeta-Learning

Similar Papers 제목 키워드 기반

Automated Graph Machine Learning: Approaches, Libraries, Benchmarks and Directions

2022-01-04 · Xin Wang, Ziwei Zhang, Haoyang Li, Wenwu Zhu

Graph machine learning has been extensively studied in both academic and industry. However, as the literature on graph learning booms with a vast number of emerging methods and techniques, it becomes increasingly difficu…

BIG-bench Machine LearningGraph LearningNeural Architecture Search

SELA: Tree-Search Enhanced LLM Agents for Automated Machine Learning

2024-10-22 · Yizhou Chi, Yizhang Lin, Sirui Hong, Duyi Pan 외

Automated Machine Learning (AutoML) approaches encompass traditional methods that optimize fixed pipelines for model selection and ensembling, as well as newer LLM-based frameworks that autonomously build pipelines. Whil…

AutoMLDiversityModel Selection

Benchmark and Survey of Automated Machine Learning Frameworks

2019-04-26 · Marc-André Zöller, Marco F. Huber

Machine learning (ML) has become a vital part in many aspects of our daily life. However, building well performing machine learning applications requires highly specialized data scientists and domain experts. Automated m…

AutoMLBIG-bench Machine LearningSurvey

An experimental survey and Perspective View on Meta-Learning for Automated Algorithms Selection and Parametrization

2025-04-08 · Moncef Garouani

Considerable progress has been made in the recent literature studies to tackle the Algorithms Selection and Parametrization (ASP) problem, which is diversified in multiple meta-learning setups. Yet there is a lack of sur…

AutoMLMeta-Learning

Generalized Tree Edit Distance (GTED): A Faithful Evaluation Metric for Statement Autoformalization

2025-07-10 · Yuntian Liu, Tao Zhu, Xiaoyang Liu, Yu Chen 외 arxiv

Statement autoformalization, the automated translation of statements from natural language into formal languages, has become a subject of extensive research, yet the development of robust automated evaluation metrics rem…

Automated Theorem ProvingSemantic Similarity