paper-with-me

홈 › Papers

Automated Model Selection for Tabular Data

2024-01-01 · Avinash Amballa, Gayathri Akkinapalli, Manas Madine, Naga Pavana Priya Yarrabolu, Przemyslaw A. Grabowicz

Structured data in the form of tabular datasets contain features that are distinct and discrete, with varying individual and relative importances to the target. Combinations of one or more features may be more predictive and meaningful than simple individual feature contributions. R's mixed effect linear models library allows users to provide such interactive feature combinations in the model design. However, given many features and possible interactions to select from, model selection becomes an exponentially difficult task. We aim to automate the model selection process for predictions on tabular datasets incorporating feature interactions while keeping computational costs small. The framework includes two distinct approaches for feature selection: a Priority-based Random Grid Search and a Greedy Search method. The Priority-based approach efficiently explores feature combinations using prior probabilities to guide the search. The Greedy method builds the solution iteratively by adding or removing features based on their impact. Experiments on synthetic demonstrate the ability to effectively capture predictive feature combinations.

📄 PDF Abstract BibTeX arXiv:2401.00961

Code (1)

amballaavinash/modelselection 공식 구현

Tasks

feature selectionmodelModel Selection

Methods 이 논문이 사용한 방법론

Library 설명 없음

Similar Papers 제목 키워드 기반

GANDALF: Gated Adaptive Network for Deep Automated Learning of Features

2022-07-18 · Manu Joseph, Harsh Raj

We propose a novel high-performance, interpretable, and parameter \& computationally efficient deep learning architecture for tabular data, Gated Adaptive Network for Deep Automated Learning of Features (GANDALF). GANDAL…

feature selectionregressionRepresentation Learningtabular-classification

Automated Model Design using Gated Neuron Selection in Telecom

2026-02-11 · Adam Orucu, Marcus Medhage, Farnaz Moradi, Andreas Johnsson 외 arxiv

The telecommunications industry is experiencing rapid growth in adopting deep learning for critical tasks such as traffic prediction, signal strength prediction, and quality of service optimisation. However, designing ne…

Neural Architecture SearchTraffic Prediction

A Performance-Driven Benchmark for Feature Selection in Tabular Deep Learning

2023-09-26 · NeurIPS 2023 11

Academic tabular benchmarks often contain small sets of curated features. In contrast, data scientists typically collect as many features as possible into their datasets, and even engineer new features from existing ones…

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

Squeezing Lemons with Hammers: An Evaluation of AutoML and Tabular Deep Learning for Data-Scarce Classification Applications

2024-05-13 · Ricardo Knauer, Erik Rodner

Many industry verticals are confronted with small-sized tabular data. In this low-data regime, it is currently unclear whether the best performance can be expected from simple baselines, or more complex machine learning …

AutoMLMeta-Learningregressiontabular-classification