Auto-CASH: Autonomous Classification Algorithm Selection with Deep Q-Network
Tianyu Mu, Hongzhi Wang, Chunnan Wang, Zheng Liang

TL;DR
Auto-CASH leverages deep reinforcement learning to automate the selection of classification algorithms and hyperparameters efficiently, significantly reducing human effort and computational time while improving performance on real-world datasets.
Contribution
It introduces Auto-CASH, the first method using Deep Q-Networks for automatic meta-feature selection in CASH, enhancing efficiency and effectiveness.
Findings
Auto-CASH outperforms classical CASH methods in accuracy.
Auto-CASH reduces time cost significantly.
Experimental results on 120 datasets validate its effectiveness.
Abstract
The great amount of datasets generated by various data sources have posed the challenge to machine learning algorithm selection and hyperparameter configuration. For a specific machine learning task, it usually takes domain experts plenty of time to select an appropriate algorithm and configure its hyperparameters. If the problem of algorithm selection and hyperparameter optimization can be solved automatically, the task will be executed more efficiently with performance guarantee. Such problem is also known as the CASH problem. Early work either requires a large amount of human labor, or suffers from high time or space complexity. In our work, we present Auto-CASH, a pre-trained model based on meta-learning, to solve the CASH problem more efficiently. Auto-CASH is the first approach that utilizes Deep Q-Network to automatically select the meta-features for each dataset, thus reducing…
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 · Machine Learning and Algorithms · Advanced Neural Network Applications
