paper-with-me

Papers

FLAML: A Fast and Lightweight AutoML Library

2019-11-12 · Chi Wang, Qingyun Wu, Markus Weimer, Erkang Zhu

We study the problem of using low computational cost to automate the choices of learners and hyperparameters for an ad-hoc training dataset and error metric, by conducting trials of different configurations on the given training data. We investigate the joint impact of multiple factors on both trial cost and model error, and propose several design guidelines. Following them, we build a fast and lightweight library FLAML which optimizes for low computational resource in finding accurate models. FLAML integrates several simple but effective search strategies into an adaptive system. It significantly outperforms top-ranked AutoML libraries on a large open source AutoML benchmark under equal, or sometimes orders of magnitude smaller budget constraints.

📄 PDF Abstract BibTeX arXiv:1911.04706

Code (2)

Automunge/AutoMunge tf
Shmuelnaaman/Fast_Lightweight_Hyperparameter-Optimization-

Tasks

AutoMLHyperparameter Optimization

Methods 이 논문이 사용한 방법론

Random Search Random Search replaces the exhaustive enumeration of all combinations by selecting them randomly. This can be simply applied to the discrete setting described above, but also…

Similar Papers 제목 키워드 기반

MongoDB Injection Query Classification Model using MongoDB Log files as Training Data

2026-01-17 · Shaunak Perni, Minal Shirodkar, Ramdas Karmalli arxiv

NoSQL Injection attacks are a class of cybersecurity attacks where an attacker sends a specifically engineered query to a NoSQL database which then performs an unauthorized operation. To defend against such attacks, rule…

Deciphering AutoML Ensembles: cattleia's Assistance in Decision-Making

2024-03-19 · Anna Kozak, Dominik Kędzierski, Jakub Piwko, Malwina Wojewoda 외

In many applications, model ensembling proves to be better than a single predictive model. Hence, it is the most common post-processing technique in Automated Machine Learning (AutoML). The most popular frameworks use en…

AutoMLBinary ClassificationDecision MakingDiversity+2

BERT-Sort: A Zero-shot MLM Semantic Encoder on Ordinal Features for AutoML

2022-06-01 · AutoML'2022 2022 6 · Mehdi Bahrami, Wei-Peng Chen, Lei Liu, Mukul Prasad

Data pre-processing is one of the key steps in creating machine learning pipelines for tabular data. One of the common data pre-processing operations implemented in AutoML systems is to encode categorical features as num…

AutoML

The Potential of AutoML for Recommender Systems

2024-02-06 · Tobias Vente, Joeran Beel

Automated Machine Learning (AutoML) has greatly advanced applications of Machine Learning (ML) including model compression, machine translation, and computer vision. Recommender Systems (RecSys) can be seen as an applica…

AutoMLMachine TranslationModel CompressionRecommendation Systems

AutoGL: A Library for Automated Graph Learning

2021-04-11 · ICLR Workshop GTRL 2021 5 · Ziwei Zhang, Yijian Qin, Zeyang Zhang, Chaoyu Guan 외

Recent years have witnessed an upsurge in research interests and applications of machine learning on graphs. However, manually designing the optimal machine learning algorithms for different graph datasets and tasks is i…

AutoMLBIG-bench Machine LearningFeature EngineeringGraph Learning+1