Extending ER models to capture database transformations to build data sets for data mining

  • Authors:
  • Carlos Ordonez;Sofian Maabout;David Sergio Matusevich;Wellington Cabrera

  • Affiliations:
  • University of Houston, Texas 77204, USA;LaBRI, Bordeaux, France;University of Houston, Texas 77204, USA;University of Houston, Texas 77204, USA

  • Venue:
  • Data & Knowledge Engineering
  • Year:
  • 2014

Quantified Score

Hi-index 0.00

Visualization

Abstract

In a data mining project developed on a relational database, a significant effort is required to build a data set for analysis. The main reason is that, in general, the database has a collection of normalized tables that must be joined, aggregated and transformed in order to build the required data set. Such scenario results in many complex SQL queries that are written independently from each other, in a disorganized manner. Therefore, the database grows with many tables and views that are not present as entities in the ER model and similar SQL queries are written multiple times, creating problems in database evolution and software maintenance. In this paper, we classify potential database transformations, we extend an ER diagram with entities capturing database transformations and we introduce an algorithm which automates the creation of such extended ER model. We present a case study with a public database illustrating database transformations to build a data set to compute a typical data mining model.