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
- Host: GitHub
- URL: https://github.com/zeionara/ampligraph-demo
- Owner: zeionara
- Created: 2020-05-27T15:03:15.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2020-05-27T15:22:25.000Z (about 5 years ago)
- Last Synced: 2025-01-02T07:46:21.916Z (5 months ago)
- Language: Python
- Size: 3.26 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```