KO
|
EN
gitlite — search
Search
#ai
#typescript
#python
#cli
#go
#javascript
#rust
#machine-learning
#react
#linux
#golang
#open-source
rdm
★ 32
Open GitHub ↗
Relational data mining in python
Download README (.md)
Explore Similar Repositories
Arabica
:
Python package for text mining of time-series data
scikit-hubness
:
A Python package for hubness analysis and high-dimensional data mining
data-mining-nfts
:
Source Code for my blog post: Data mining Meebits NFTs using Python and OpenSea API
PythonDataMining
:
教學:Python資料探勘。
Python-Data-Mining-Quick-Start-Guide
:
Python Data Mining Quick Start Guide, Published by Packt
// repository documentation
Was this content helpful?
★ 0
(0 ratings)
Select Rating:
★
★
★
★
★
Submit Feedback
Recent Feedback
×
Download README
Do you want to download the
README.md
file for
rdm
?
Download (.md)
# Python Relational Data Mining # [](https://readthedocs.org/projects/python-rdm/badge/) 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/xflows/clowdflows/) data mining platform. Currently, the project offers support for MySQL, PostgreSQL, SQLite and CSV files-based databases and the following algorithms: Aleph, RSD, Wordification, TreeLiker, Caraf, Relaggs, Quantiles, Cardinalization, 1BC, 1BC2, and Tertius. ## Included approaches ## Although python-rdm itself is MIT licensed, we include approaches that have their own licenses (all of the sources are unmodified). To be sure, please contact the respective authors if you want to use their approach for any commercial purposes. * **Aleph** * [Official page](http://www.cs.ox.ac.uk/activities/machinelearning/Aleph/aleph) * Freely available for academic purposes, contact the author [Ashwin Srinivasan](http://www.cse.iitd.ernet.in/~ashwin/work/index.html) for commercial use * The source code is included [here](https://github.com/xflows/rdm/blob/master/rdm/wrappers/aleph/) (aleph.pl) * **RSD** * by [Filip Železný](ida.felk.cvut.cz/zelezny/) et al * [Official page](http://ida.felk.cvut.cz/zelezny/rsd/index.htm) * The source code is included [here](https://github.com/xflows/rdm/tree/master/rdm/wrappers/rsd) (.pl files) * Included with permission by the author * **TreeLiker** (includes HiFi, RelF and Poly) * [Official page](http://ida.felk.cvut.cz/treeliker/TreeLiker.html) * The binaries are included [here](https://github.com/xflows/rdm/tree/master/rdm/wrappers/treeliker/bin/) * GPL license * **Wordification** * by [Matic Perovšek](mailto:matic.perovsek@ijs.si) et al * python-rdm is currently the main repository for this approach. * The source code is included [here](https://github.com/xflows/rdm/blob/master/rdm/wrappers/wordification/) * MIT license [Nicolas Lachiche](http://icube-sdc.unistra.fr/en/index.php/Nicolas_Lachiche)'s team at the University of Strasbourg contributions: * **1BC, 1BC2, Tertius** * By [Peter Flach](https://www.cs.bris.ac.uk/~flach/) and [Nicolas Lachiche](http://icube-sdc.unistra.fr/en/index.php/Nicolas_Lachiche) * Sources included here [here](https://github.com/xflows/rdm/tree/master/rdm/wrappers/tertius/src) * Official sites: [Tertius](http://www.cs.bris.ac.uk/Research/MachineLearning/Tertius/index.html), [1BC](http://www.cs.bris.ac.uk/Research/MachineLearning/1BC/index.html) * Included with permission by the authors; please contact the authors for commercial use * **Caraf** * By [Clement Charnay](http://icube-sdc.unistra.fr/en/index.php/Cl%C3%A9ment_Charnay), [Agnès Braud](http://icube-sdc.unistra.fr/en/index.php/Agn%C3%A8s_Braud) and [Nicolas Lachiche](http://icube-sdc.unistra.fr/en/index.php/Nicolas_Lachiche) et al * All implemented in the Caraf java binaries included [here](https://github.com/xflows/rdm/tree/master/rdm/wrappers/caraf/bin) * Included with permission by the authors; please contact the authors for commercial use * **Relaggs** (Krogel and Wrobel, 2001), **Quantiles**, **Cardinalization** * [Original Proper](http://www.cs.waikato.ac.nz/ml/proper/) adapted by [Nicolas Lachiche](http://icube-sdc.unistra.fr/en/index.php/Nicolas_Lachiche) et al * GPLv2 license * All implemented in the Proper java binaries included [here](https://github.com/xflows/rdm/tree/master/rdm/wrappers/proper/bin) ## Installation, documentation ## Please find installation instructions, examples and API reference on [Read the Docs](https://python-rdm.readthedocs.io/en/latest/). ## 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. ## Contributors to the RDM package code ## Anže Vavpetič (@anzev), Nicolas Lachiche, Alain Shakour (@alshak), Matic Perovšek (@mperice), Vid Podpečan (@vpodpecan) * [Knowldge Technologies Department](http://kt.ijs.si), Jožef Stefan Institute, Ljubljana * [Engineering, Computer and Imaging Sciences Laboratory](http://icube-bfo.unistra.fr/en/index.php/Home), University of Strasbourg, France