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

https://github.com/zeionara/ampligraph-demo

Results of executing ampligraph colab tutorial
https://github.com/zeionara/ampligraph-demo

Last synced: 3 months ago
JSON representation

Results of executing ampligraph colab tutorial

Awesome Lists containing this project

README

        

## Initialize environment
```shell script
conda env create --file environment.yml
```
## Example of usage
```shell script
python -m ampligraph-demo predict-missing-links assets/csv/game-of-thrones.csv assets/csv/game-of-thrones-evaluation.csv
```