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

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

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
```