Skip to content

ArDoCo/Metrics

Repository files navigation

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