Skip to content

famat-thesis/ruledump

main
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
img
 
 
 
 
 
 
 
 
 
 

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