https://github.com/zeionara/meager
Graph embeddings measurer - a tool for computing metrics for testing knowledge graph embedding models
https://github.com/zeionara/meager
evaluation graph knowledge mean-reciprocal-rank metrics recommendation
Last synced: 4 months ago
JSON representation
Graph embeddings measurer - a tool for computing metrics for testing knowledge graph embedding models
- Host: GitHub
- URL: https://github.com/zeionara/meager
- Owner: zeionara
- License: apache-2.0
- Created: 2021-10-15T19:59:21.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2022-12-21T17:57:09.000Z (over 2 years ago)
- Last Synced: 2025-01-02T07:46:18.090Z (6 months ago)
- Topics: evaluation, graph, knowledge, mean-reciprocal-rank, metrics, recommendation
- Language: C++
- Homepage:
- Size: 604 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Meager
Graph embeddings measurer - a tool for computing metrics for testing knowledge graph embedding models.
The tool borrows a significant portion of code from the [OpenKE](https://github.com/thunlp/OpenKE) repo.
## Building
To build the tool, execute the following command:
```sh
cmake . && make all
```To install via cget (the lib file is saved as `/usr/lib/libmeager.so`) execute the following command:
```sh
sudo cget install zeionara/meager
```