Decision tree modeling with relational views
Fadila Bentayeb (ERIC), J\'er\^ome Darmont (ERIC)

TL;DR
This paper presents an integrated approach to building decision trees directly within relational database systems using SQL queries, enabling efficient data mining without external tools.
Contribution
It introduces a method to construct decision trees via relational views and SQL, demonstrating practical integration with traditional database systems.
Findings
Successfully implemented ID3 decision tree within a database system.
Validated approach by comparing with SIPINA software.
Approach is adaptable to other decision tree algorithms.
Abstract
Data mining is a useful decision support technique that can be used to discover production rules in warehouses or corporate data. Data mining research has made much effort to apply various mining algorithms efficiently on large databases. However, a serious problem in their practical application is the long processing time of such algorithms. Nowadays, one of the key challenges is to integrate data mining methods within the framework of traditional database systems. Indeed, such implementations can take advantage of the efficiency provided by SQL engines. In this paper, we propose an integrating approach for decision trees within a classical database system. In other words, we try to discover knowledge from relational databases, in the form of production rules, via a procedure embedding SQL queries. The obtained decision tree is defined by successive, related relational views. Each view…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
