vix.ing · top · new · best · stats · spec

Table Enrichment System for Machine Learning

2022/04/18 by Yuyang Dong, Dong, Yuyang, Masafumi Oyamada +1
Computer Science · #Machine Learning and Data Classification #Time Series Analysis and Forecasting #Data Stream Mining Techniques

paper · pdf · doi:10.48550/arxiv.2204.08235

Abstract

Data scientists are constantly facing the problem of how to improve prediction accuracy with insufficient tabular data. We propose a table enrichment system that enriches a query table by adding external attributes (columns) from data lakes and improves the accuracy of machine learning predictive models. Our system has four stages, join row search, task-related table selection, row and column alignment, and feature selection and evaluation, to efficiently create an enriched table for a given query table and a specified machine learning task. We demonstrate our system with a web UI to show the use cases of table enrichment.

Related