paper-with-me

Papers

Toward Efficient Automated Feature Engineering

2022-12-26 · Kafeng Wang, Pengyang Wang, Chengzhong Xu

Automated Feature Engineering (AFE) refers to automatically generate and select optimal feature sets for downstream tasks, which has achieved great success in real-world applications. Current AFE methods mainly focus on improving the effectiveness of the produced features, but ignoring the low-efficiency issue for large-scale deployment. Therefore, in this work, we propose a generic framework to improve the efficiency of AFE. Specifically, we construct the AFE pipeline based on reinforcement learning setting, where each feature is assigned an agent to perform feature transformation \com{and} selection, and the evaluation score of the produced features in downstream tasks serve as the reward to update the policy. We improve the efficiency of AFE in two perspectives. On the one hand, we develop a Feature Pre-Evaluation (FPE) Model to reduce the sample size and feature size that are two main factors on undermining the efficiency of feature evaluation. On the other hand, we devise a two-stage policy training strategy by running FPE on the pre-evaluation task as the initialization of the policy to avoid training policy from scratch. We conduct comprehensive experiments on 36 datasets in terms of both classification and regression tasks. The results show $2.9\%$ higher performance in average and 2x higher computational efficiency comparing to state-of-the-art AFE methods.

📄 PDF Abstract BibTeX arXiv:2212.13152

Code (0)

등록된 구현이 없습니다.

Tasks

Automated Feature EngineeringComputational EfficiencyFeature Engineering

Similar Papers 제목 키워드 기반

Learned Feature Importance Scores for Automated Feature Engineering

2024-06-06 · Yihe Dong, Sercan Arik, Nathanael Yoder, Tomas Pfister

Feature engineering has demonstrated substantial utility for many machine learning workflows, such as in the small data regime or when distribution shifts are severe. Thus automating this capability can relieve much manu…

Automated Feature EngineeringFeature EngineeringFeature ImportanceTime Series

Automating Feature Engineering

2016-01-01 · NIPS 2016 2016 1 · Udayan Khurana, Fatemeh Nargesian, Horst Samulowitz, Elias Khalil 외

Feature Engineering is the task of transforming the feature space in a given learning problem to improve the performance of a trained model. It is a crucial but time intensive and skillful process, involving a data scien…

Automated Feature EngineeringFeature Engineering

DIFER: Differentiable Automated Feature Engineering

2020-10-17 · Guanghui Zhu, Zhuoer Xu, Xu Guo, Chunfeng Yuan 외

Feature engineering, a crucial step of machine learning, aims to extract useful features from raw data to improve data quality. In recent years, great efforts have been devoted to Automated Feature Engineering (AutoFE) t…

Automated Feature EngineeringBIG-bench Machine LearningDecoderFeature Engineering

IIFE: Interaction Information Based Automated Feature Engineering

2024-09-07 · Tom Overman, Diego Klabjan, Jean Utke

Automated feature engineering (AutoFE) is the process of automatically building and selecting new features that help improve downstream predictive performance. While traditional feature engineering requires significant d…

Automated Feature EngineeringFeature Engineering

LLM-FE: Automated Feature Engineering for Tabular Data with LLMs as Evolutionary Optimizers

2025-03-18 · Nikhil Abhyankar, Parshin Shojaee, Chandan K. Reddy

Automated feature engineering plays a critical role in improving predictive model performance for tabular learning tasks. Traditional automated feature engineering methods are limited by their reliance on pre-defined tra…

Automated Feature EngineeringFeature Engineeringfeature selection