https://github.com/heardacat/pyrelagg
https://github.com/heardacat/pyrelagg
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/heardacat/pyrelagg
- Owner: HeardACat
- Created: 2017-08-13T06:49:07.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2017-08-13T13:15:12.000Z (almost 8 years ago)
- Last Synced: 2025-03-26T16:40:28.916Z (3 months ago)
- Language: Jupyter Notebook
- Size: 54.7 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```