paper-with-me

Papers

From Strings to Data Science: a Practical Framework for Automated String Handling

2021-11-02 · John W. van Lith, Joaquin Vanschoren

Many machine learning libraries require that string features be converted to a numerical representation for the models to work as intended. Categorical string features can represent a wide variety of data (e.g., zip codes, names, marital status), and are notoriously difficult to preprocess automatically. In this paper, we propose a framework to do so based on best practices, domain knowledge, and novel techniques. It automatically identifies different types of string features, processes them accordingly, and encodes them into numerical representations. We also provide an open source Python implementation to automatically preprocess categorical string data in tabular datasets and demonstrate promising results on a wide range of datasets.

📄 PDF Abstract BibTeX arXiv:2111.01868

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

A Study of Fitness Gains in Evolving Finite State Machines

2023-10-20 · Gabor Zoltai, Yue Xie, Frank Neumann

Among the wide variety of evolutionary computing models, Finite State Machines (FSMs) have several attractions for fundamental research. They are easy to understand in concept and can be visualised clearly in simple case…

A parallel corpus of Python functions and documentation strings for automated code documentation and code generation

2017-07-07 · IJCNLP 2017 11 · Antonio Valerio Miceli Barone, Rico Sennrich

Automated documentation of programming source code and automated code generation from natural language are challenging tasks of both practical and scientific interest. Progress in these areas has been limited by the low …

Code GenerationData AugmentationMachine TranslationTranslation

Predicting Institution Hierarchies with Set-based Models

2020-02-14 · AKBC 2020 6 · Derek Tam, Nicholas Monath, Ari Kobren, Andrew McCallum

The hierarchical structure of research organizations plays a pivotal role in science of science research as well as in tools that track the research achievements and output. However, this structure is not consistently do…

Neuro-Symbolic Regex Synthesis Framework via Neural Example Splitting

2022-05-20 · Su-Hyeon Kim, Hyunjoon Cheon, Yo-Sub Han, Sang-Ki Ko

Due to the practical importance of regular expressions (regexes, for short), there has been a lot of research to automatically generate regexes from positive and negative string examples. We tackle the problem of learnin…

Exhaustive Exact String Matching: The Analysis of the Full Human Genome

2019-07-24 · Konstantinos F. Xylogiannopoulos

Exact string matching has been a fundamental problem in computer science for decades because of many practical applications. Some are related to common procedures, such as searching in files and text editors, or, more re…