Skip to content

Latest commit

 

History

History
27 lines (20 loc) · 967 Bytes

README.md

File metadata and controls

27 lines (20 loc) · 967 Bytes

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