paper-with-me

홈 › Papers

Statistical Test for Auto Feature Engineering by Selective Inference

2024-10-13 · Tatsuya Matsukawa, Tomohiro Shiraishi, Shuichi Nishino, Teruyuki Katsuoka, Ichiro Takeuchi

Auto Feature Engineering (AFE) plays a crucial role in developing practical machine learning pipelines by automating the transformation of raw data into meaningful features that enhance model performance. By generating features in a data-driven manner, AFE enables the discovery of important features that may not be apparent through human experience or intuition. On the other hand, since AFE generates features based on data, there is a risk that these features may be overly adapted to the data, making it essential to assess their reliability appropriately. Unfortunately, because most AFE problems are formulated as combinatorial search problems and solved by heuristic algorithms, it has been challenging to theoretically quantify the reliability of generated features. To address this issue, we propose a new statistical test for generated features by AFE algorithms based on a framework called selective inference. As a proof of concept, we consider a simple class of tree search-based heuristic AFE algorithms, and consider the problem of testing the generated features when they are used in a linear model. The proposed test can quantify the statistical significance of the generated features in the form of $p$-values, enabling theoretically guaranteed control of the risk of false findings.

📄 PDF Abstract BibTeX arXiv:2410.19768

Code (1)

takeuchi-lab-si-group/statistical_test_for_auto_feature_engineering 공식 구현

Tasks

Feature Engineering

Similar Papers 제목 키워드 기반

Statistical Test for Feature Selection Pipelines by Selective Inference

2024-06-27 · Tomohiro Shiraishi, Tatsuya Matsukawa, Shuichi Nishino, Ichiro Takeuchi

A data analysis pipeline is a structured sequence of steps that transforms raw data into meaningful insights by integrating various analysis algorithms. In this paper, we propose a novel statistical test to assess the si…

feature selectionImputationOutlier Detectionvalid

Statistically Significant $k$NNAD by Selective Inference

2025-02-18 · Mizuki Niihori, Teruyuki Katsuoka, Tomohiro Shiraishi, Shuichi Nishino 외

In this paper, we investigate the problem of unsupervised anomaly detection using the k-Nearest Neighbor method. The k-Nearest Neighbor Anomaly Detection (kNNAD) is a simple yet effective approach for identifying anomali…

Anomaly DetectionUnsupervised Anomaly Detection

Feature engineering workflow for activity recognition from synchronized inertial measurement units

2019-12-18 · Andreas W. Kempa-Liehr, Jonty Oram, Andrew Wong, Mark Finch 외

The ubiquitous availability of wearable sensors is responsible for driving the Internet-of-Things but is also making an impact on sport sciences and precision medicine. While human activity recognition from smartphone da…

Activity RecognitionBIG-bench Machine LearningFeature EngineeringGeneral Classification+3

Statistical Testing Framework for Clustering Pipelines by Selective Inference

2026-03-19 · Yugo Miyata, Tomohiro Shiraishi, Shuichi Nishino, Ichiro Takeuchi arxiv

A data analysis pipeline is a structured sequence of steps that transforms raw data into meaningful insights by integrating multiple analysis algorithms. In many practical applications, analytical findings are obtained o…

Outlier Detection

ELATE: Evolutionary Language model for Automated Time-series Engineering

2025-08-20 · Andrew Murray, Danial Dervovic, Michael Cashmore arxiv

Time-series prediction involves forecasting future values using machine learning models. Feature engineering, whereby existing features are transformed to make new ones, is critical for enhancing model performance, but i…

Feature EngineeringFeature Importance