paper-with-me

Papers

Missing Data Infill with Automunge

2022-02-19 · Nicholas J. Teague

Missing data is a fundamental obstacle in the practice of data science. This paper surveys a few conventions for imputation as available in the Automunge open source python library platform for tabular data preprocessing, including "ML infill" in which auto ML models are trained for target features from partitioned extracts of a training set. A series of validation experiments were performed to benchmark imputation scenarios towards downstream model performance, in which it was found for the given benchmark sets that in many cases ML infill outperformed for both numeric and categoric target features, and was otherwise at minimum within noise distributions of the other imputation scenarios. Evidence also suggested supplementing ML infill with the addition of support columns with boolean integer markers signaling presence of infill was usually beneficial to downstream model performance. We consider these results sufficient to recommend defaulting to ML infill for tabular learning, and further recommend supplementing imputations with support columns signaling presence of infill, each as can be prepared with push-button operation in the Automunge library. Our contributions include an auto ML derived missing data imputation library for tabular learning in the python ecosystem, fully integrated into a preprocessing platform with an extensive library of feature transformations, with a novel production friendly implementation that bases imputation models on a designated train set for consistent basis towards additional data.

📄 PDF Abstract BibTeX arXiv:2202.09484

Code (2)

Automunge/AutoMunge 공식 구현 tf
gatorwatt/Paper_Demonstrations/tree/main/Missing_Data_infill 공식 구현

Tasks

Imputation

Similar Papers 제목 키워드 기반

Missing Data Infill with Automunge

2021-05-21 · NeurIPS 2021 12 · Nicholas Teague

Missing data is a fundamental obstacle in the practice of data science. This paper surveys a few conventions for imputation as available in the Automunge open source python library platform for tabular data preprocessing…

Imputation

Parsed Categoric Encodings with Automunge

2022-02-19 · Nicholas J. Teague

The Automunge open source python library platform for tabular data pre-processing automates feature engineering data transformations of numerical encoding and missing data infill to received tidy data on bases fit to pro…

Feature Engineering

String Theory: Parsed Categoric Encodings with Automunge

2021-01-01 · Nicholas Teague

The Automunge open source python library platform for tabular data pre-processing automates feature engineering data transformations of numerical encoding and missing data infill to received tidy data on bases fit to pro…

Feature Engineering

TIGS: An Inference Algorithm for Text Infilling with Gradient Search

2019-05-26 · ACL 2019 7 · Dayiheng Liu, Jie Fu, PengFei Liu, Jiancheng Lv

Text infilling is defined as a task for filling in the missing part of a sentence or paragraph, which is suitable for many real-world natural language generation scenarios. However, given a well-trained sequential genera…

SentenceText GenerationText Infilling

INSET: Sentence Infilling with INter-SEntential Transformer

2019-11-10 · ACL 2020 6 · Yichen Huang, Yizhe Zhang, Oussama Elachqar, Yu Cheng

Missing sentence generation (or sentence infilling) fosters a wide range of applications in natural language generation, such as document auto-completion and meeting note expansion. This task asks the model to generate i…

Natural Language UnderstandingSentenceText Generation