Skip to content

Initial Release of Metrics Project

Latest
Compare
Choose a tag to compare
@dfuchss dfuchss released this 23 Aug 11:37
· 10 commits to main since this release

ArDoCo: Metrics Calculator

Welcome to the ArDoCo Metrics Calculator project! This tool provides functionality to calculate and aggregate classification and rank metrics for various machine learning and ranking tasks.

The Wiki contains all the necessary information to use the ArDoCo Metrics Calculator via multiple interfaces, including a library, REST API, and command-line interface (CLI).

Quickstart

To use this project as a Maven dependency, you need to include the following dependency in your pom.xml file:

<dependency>
    <groupId>io.github.ardoco</groupId>
    <artifactId>metrics</artifactId>
    <version>${revision}</version>
</dependency>

To use the CLI run the following command:

java -jar metrics-cli.jar -h

To use the REST API via Docker, start the server with the following command:

docker run -it -p 8080:8080 ghcr.io/ardoco/metrics:latest