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

About

Metrics for Classification & Ranking Tasks

Topics

Resources

License

MIT, Unknown licenses found

Licenses found

MIT
LICENSE.md
Unknown
license-header

Stars

4 stars

Watchers

2 watching

Forks

Packages

 
 
 

Contributors