An open API service indexing awesome lists of open source software.

https://github.com/heardacat/pyrelagg


https://github.com/heardacat/pyrelagg

Last synced: 3 months ago
JSON representation

Awesome Lists containing this project

README

        

# pyRELAGG

Example using RELAGG algorithm to provide a simple version of the "data science machine".

Sample data set used and assess:

* Mutagenesis - https://relational.fit.cvut.cz/dataset/Mutagenesis

## Requirements

We will be using the open relational dataset repository which requires mysql connection. To use the pure Python MySQL package install using:

```
pip install pymysql
```