Skip to content

famat-thesis/ruledump

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

RuleDump


RuleDump

From tabular DB to Rules, with one command line.

Table of Contents

Introduction

Usage

pip install ruledump

ruledump mydb.sqlite3

ruledump -c config.ini

ruledump --runexample y

Database

ruledump is compatible with all SQL databases and knowledge bases (triples, turtle format).

Rule

We define our rules as Tuple-generating dependency (TGD).
For instance, we can mine "IF client A and client B have access to the same account then client A and client B have the same type of credit card."

Features

  • Find all the best rules in a tabular database.
  • Works on any kind of databases with one pip install.
  • Able to download and mine rules with one command line and one configuration file.

Feedback

You can :

  • Submit an issue / Pull request on github
  • Contact us directly via email

Acknowledgments

Thanks to Telecom Paris and Hi! Paris for sponsoring this project.

Telecom paris

Hi! paris

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages