paper-with-me

Papers

Numeric Encoding Options with Automunge

2022-02-19 · Nicholas J. Teague

Mainstream practice in machine learning with tabular data may take for granted that any feature engineering beyond scaling for numeric sets is superfluous in context of deep neural networks. This paper will offer arguments for potential benefits of extended encodings of numeric streams in deep learning by way of a survey of options for numeric transformations as available in the Automunge open source python library platform for tabular data pipelines, where transformations may be applied to distinct columns in "family tree" sets with generations and branches of derivations. Automunge transformation options include normalization, binning, noise injection, derivatives, and more. The aggregation of these methods into family tree sets of transformations are demonstrated for use to present numeric features to machine learning in multiple configurations of varying information content, as may be applied to encode numeric sets of unknown interpretation. Experiments demonstrate the realization of a novel generalized solution to data augmentation by noise injection for tabular learning, as may materially benefit model performance in applications with underserved training data.

📄 PDF Abstract BibTeX arXiv:2202.09496

Code (1)

gatorwatt/Paper_Demonstrations/tree/main/Numeric_Encoding_Options 공식 구현

Tasks

BIG-bench Machine LearningData AugmentationFeature Engineering

Similar Papers 제목 키워드 기반

A Numbers Game: Numeric Encoding Options with Automunge

2021-01-01 · Nicholas Teague

Mainstream practice in machine learning with tabular data may take for granted that any feature engineering beyond scaling for numeric sets is superfluous in context of deep neural networks. This paper will offer argumen…

BIG-bench Machine LearningFeature Engineering

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

Feature Encodings for Gradient Boosting with Automunge

2022-09-25 · Nicholas J. Teague

Automunge is a tabular preprocessing library that encodes dataframes for supervised learning. When selecting a default feature encoding strategy for gradient boosted learning, one may consider metrics of training duratio…

BenchmarkingBinarization

Stochastic Perturbations of Tabular Features for Non-Deterministic Inference with Automunge

2022-02-18 · Nicholas J. Teague

Injecting gaussian noise into training features is well known to have regularization properties. This paper considers noise injections to numeric or categoric tabular features as passed to inference, which translates inf…

Fairness