paper-with-me

홈 › Papers

SubStrat: A Subset-Based Strategy for Faster AutoML

2022-06-07 · Teddy Lazebnik, Amit Somech, Abraham Itzhak Weinberg

Automated machine learning (AutoML) frameworks have become important tools in the data scientists' arsenal, as they dramatically reduce the manual work devoted to the construction of ML pipelines. Such frameworks intelligently search among millions of possible ML pipelines - typically containing feature engineering, model selection and hyper parameters tuning steps - and finally output an optimal pipeline in terms of predictive accuracy. However, when the dataset is large, each individual configuration takes longer to execute, therefore the overall AutoML running times become increasingly high. To this end, we present SubStrat, an AutoML optimization strategy that tackles the data size, rather than configuration space. It wraps existing AutoML tools, and instead of executing them directly on the entire dataset, SubStrat uses a genetic-based algorithm to find a small yet representative data subset which preserves a particular characteristic of the full data. It then employs the AutoML tool on the small subset, and finally, it refines the resulted pipeline by executing a restricted, much shorter, AutoML process on the large dataset. Our experimental results, performed on two popular AutoML frameworks, Auto-Sklearn and TPOT, show that SubStrat reduces their running times by 79% (on average), with less than 2% average loss in the accuracy of the resulted ML pipeline.

📄 PDF Abstract BibTeX arXiv:2206.03070

Code (1)

teddy4445/substrat 공식 구현

Tasks

AutoMLFeature EngineeringModel Selection

Similar Papers 제목 키워드 기반

Task Selection for AutoML System Evaluation

2022-08-26 · Jonathan Lorraine, Nihesh Anderson, Chansoo Lee, Quentin de Laroussilhe 외

Our goal is to assess if AutoML system changes - i.e., to the search space or hyperparameter optimization - will improve the final model's performance on production tasks. However, we cannot test the changes on productio…

AutoMLHyperparameter Optimization

Fast, Accurate, and Simple Models for Tabular Data via Augmented Distillation

2020-06-25 · NeurIPS 2020 12 · Rasool Fakoor, Jonas Mueller, Nick Erickson, Pratik Chaudhari 외

Automated machine learning (AutoML) can produce complex model ensembles by stacking, bagging, and boosting many individual models like trees, deep networks, and nearest neighbor estimators. While highly accurate, the res…

AutoMLData Augmentation

LightAutoML: AutoML Solution for a Large Financial Services Ecosystem

2021-09-03 · Anton Vakhrushev, Alexander Ryzhkov, Maxim Savchenko, Dmitry Simakov 외

We present an AutoML system called LightAutoML developed for a large European financial services company and its ecosystem satisfying the set of idiosyncratic requirements that this ecosystem has for AutoML solutions. Ou…

AutoML

AMLB: an AutoML Benchmark

2022-07-25 · Pieter Gijsbers, Marcos L. P. Bueno, Stefan Coors, Erin LeDell 외

Comparing different AutoML frameworks is notoriously challenging and often done incorrectly. We introduce an open and extensible benchmark that follows best practices and avoids common mistakes when comparing AutoML fram…

AutoML

AutoML in Heavily Constrained Applications

2023-06-29 · Felix Neutatz, Marius Lindauer, Ziawasch Abedjan

Optimizing a machine learning pipeline for a task at hand requires careful configuration of various hyperparameters, typically supported by an AutoML system that optimizes the hyperparameters for the given training datas…

AutoMLMeta-Learning