Skip to main content

Relational data mining in python

Project description

# Python Relational Data Mining #

This python project was created to enable easier use of several inductive logic programming (ILP) and relational data mining (RDM) algorithm implementations. One important aim of the project is to offer a common bridge between a RDBMS and the ILP&RDM implementations, since many of approaches accept databases in their own format.

This project also includes the UI components (widgets) for the [ClowdFlows](https://github.com/janezkranjc/clowdflows/) data mining platform.

<!– TODO: add citations, licenses –> Currently, the project offers support for MySQL databases and the following algorithms: Aleph, RSD, Wordification, and TreeLiker.

## Work in progress ##

  • This project was previously part of the ClowdFlows codebase and is now in the process of becoming a standalone project.

  • Droping orange to use scikit-learn instead.

  • Adding support for other RDBMSs.

## Docs ##

The documentation is available on [Read the Docs](http://rdm.readthedocs.org/en/latest/) (work in progress).

## Prerequisites ##

  • python >= 2.6

  • mysql-connector-python

  • orange 2.5

Depending on what algorithms you plan to use, these are the specific requirements for each.

### Aleph, RSD: ### * yap prolog (preferably with –tabling enabled)

### TreeLiker ### * Java VM

### Wordification ### * Only the basic package prerequisites

## Note ##

Please note that this is a research project and that drastic changes can be (and are) made pretty regularly. Changes are documented in the [CHANGELOG](CHANGELOG.md).

Pull requests and issues are welcome.

Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

python-rdm-0.1.tar.gz (660.1 kB view hashes)

Uploaded Source

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page