paper-with-me

Papers

One button machine for automating feature engineering in relational databases

2017-06-01 · Hoang Thanh Lam, Johann-Michael Thiebaut, Mathieu Sinn, Bei Chen, Tiep Mai, Oznur Alkan

Feature engineering is one of the most important and time consuming tasks in predictive analytics projects. It involves understanding domain knowledge and data exploration to discover relevant hand-crafted features from raw data. In this paper, we introduce a system called One Button Machine, or OneBM for short, which automates feature discovery in relational databases. OneBM automatically performs a key activity of data scientists, namely, joining of database tables and applying advanced data transformations to extract useful features from data. We validated OneBM in Kaggle competitions in which OneBM achieved performance as good as top 16% to 24% data scientists in three Kaggle competitions. More importantly, OneBM outperformed the state-of-the-art system in a Kaggle competition in terms of prediction accuracy and ranking on Kaggle leaderboard. The results show that OneBM can be useful for both data scientists and non-experts. It helps data scientists reduce data exploration time allowing them to try and error many ideas in short time. On the other hand, it enables non-experts, who are not familiar with data science, to quickly extract value from their data with a little effort, time and cost.

📄 PDF Abstract BibTeX arXiv:1706.00327

Code (0)

등록된 구현이 없습니다.

Tasks

Automated Feature EngineeringFeature Engineering

Similar Papers 제목 키워드 기반

GFS: Graph-based Feature Synthesis for Prediction over Relational Databases

2023-12-04 · Han Zhang, Quan Gan, David Wipf, Weinan Zhang

Relational databases are extensively utilized in a variety of modern information system applications, and they always carry valuable data patterns. There are a huge number of data mining or machine learning tasks conduct…

Feature EngineeringInductive Bias

Supervised Learning on Relational Databases with Graph Neural Networks

2020-02-06 · Milan Cvitkovic

The majority of data scientists and machine learning practitioners use relational data in their work [State of ML and Data Science 2017, Kaggle, Inc.]. But training machine learning models on data stored in relational da…

BIG-bench Machine LearningFeature Engineering

Relational Deep Learning: Graph Representation Learning on Relational Databases

2023-12-07 · Matthias Fey, Weihua Hu, Kexin Huang, Jan Eric Lenssen 외

Much of the world's most valued data is stored in relational databases and data warehouses, where the data is organized into many tables connected by primary-foreign key relations. However, building machine learning mode…

Deep LearningFeature EngineeringGraph Representation LearningRepresentation Learning

The Shutdown Problem: An AI Engineering Puzzle for Decision Theorists

2024-03-07 · Elliott Thornley

I explain the shutdown problem: the problem of designing artificial agents that (1) shut down when a shutdown button is pressed, (2) don't try to prevent or cause the pressing of the shutdown button, and (3) otherwise pu…

Relatron: Automating Relational Machine Learning over Relational Databases

2026-02-26 · Zhikai Chen, Han Xie, Jian Zhang, Jiliang Tang 외 arxiv

Predictive modeling over relational databases (RDBs) powers applications, yet remains challenging due to capturing both cross-table dependencies and complex feature interactions. Relational Deep Learning (RDL) methods au…

Feature Engineering