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 -hTo use the REST API via Docker, start the server with the following command:
docker run -it -p 8080:8080 ghcr.io/ardoco/metrics:latestWhat's Changed
- Dependency(deps): Bump org.springframework.boot:spring-boot-dependencies from 3.3.2 to 3.3.3 by @dependabot[bot] in #7
- Dependency(deps): Bump kotlin.version from 2.0.10 to 2.0.20 by @dependabot[bot] in #6
- Dependency(deps): Bump org.springframework.boot:spring-boot-dependencies from 3.3.3 to 3.3.4 by @dependabot[bot] in #10
- Dependency(deps): Bump org.springframework.boot:spring-boot-dependencies from 3.3.4 to 3.4.1 by @dependabot[bot] in #18
- Dependency(deps): Bump org.jetbrains.dokka:dokka-maven-plugin from 1.9.20 to 2.0.0 by @dependabot[bot] in #17
- Dependency(deps): Bump io.github.ardoco.core:parent from 1.0.0 to 1.1.0 by @dependabot[bot] in #14
- Dependency(deps): Bump org.springdoc:springdoc-openapi-starter-webmvc-ui from 2.6.0 to 2.7.0 by @dependabot[bot] in #15
- Dependency(deps): Bump kotlin.version from 2.0.20 to 2.1.0 by @dependabot[bot] in #13
- Dependency(deps): Bump kotlin.version from 2.1.0 to 2.1.21 by @dependabot[bot] in #24
- Dependency(deps): Bump org.springdoc:springdoc-openapi-starter-webmvc-ui from 2.7.0 to 2.8.8 by @dependabot[bot] in #25
- Dependency(deps): Bump org.springframework.boot:spring-boot-dependencies from 3.4.1 to 3.5.0 by @dependabot[bot] in #26
- Dependency(deps): Bump org.springframework.boot:spring-boot-dependencies from 3.5.0 to 3.5.3 by @dependabot[bot] in #28
Full Changelog: v0.1.1...v0.1.2