APMLSep 22, 2020

ABM: an automatic supervised feature engineering method for loss based models based on group and fused lasso

arXiv:2009.10498v1
Originality Incremental advance
AI Analysis

This addresses the need for automated feature engineering in classification or regression problems, offering a flexible method applicable to various loss-based models, though it appears incremental as it builds on existing lasso techniques.

The paper tackles the problem of selecting cutting points for discretizing continuous variables in feature engineering by proposing ABM, an automatic supervised method based on group and fused lasso that integrates feature engineering, variable selection, and model training simultaneously, achieving results that improve model ability by ignoring noisy variance and keeping useful leveled information.

A vital problem in solving classification or regression problem is to apply feature engineering and variable selection on data before fed into models.One of a most popular feature engineering method is to discretisize continous variable with some cutting points,which is refered to as bining processing.Good cutting points are important for improving model's ability, because wonderful bining may ignore some noisy variance in continous variable range and keep useful leveled information with good ordered encodings.However, to our best knowledge a majority of cutting point selection is done via researchers domain knownledge or some naive methods like equal-width cutting or equal-frequency cutting.In this paper we propose an end-to-end supervised cutting point selection method based on group and fused lasso along with the automatically variable selection effect.We name our method \textbf{ABM}(automatic bining machine). We firstly cut each variable range into fine grid bins and train model with our group and group fused lasso regularization on each successive bins.It is a method that integrates feature engineering,variable selection and model training simultanously.And one more inspiring thing is that the method is flexible such that it can be taken into a bunch of loss function based model including deep neural networks.We have also implemented the method in R and open the source code to other researchers.A Python version will also meet the community in days.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes