| License |
License |
|---|---|
| GroupId | GroupIdai.catboost |
| ArtifactId | ArtifactIdcatboost-prediction |
| Last Version | Last Version1.0.6 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
DescriptionCatBoost model applier
Java module to apply CatBoost models
|
| Project URL |
Project URL |
| Project Organization |
Project Organization |
| Source Code Management |
Source Code Management |
<!-- https://jarcasting.com/artifacts/ai.catboost/catboost-prediction/ -->
<dependency>
<groupId>ai.catboost</groupId>
<artifactId>catboost-prediction</artifactId>
<version>1.0.6</version>
</dependency>
// https://jarcasting.com/artifacts/ai.catboost/catboost-prediction/
implementation 'ai.catboost:catboost-prediction:1.0.6'
// https://jarcasting.com/artifacts/ai.catboost/catboost-prediction/
implementation ("ai.catboost:catboost-prediction:1.0.6")
'ai.catboost:catboost-prediction:jar:1.0.6'
<dependency org="ai.catboost" name="catboost-prediction" rev="1.0.6">
<artifact name="catboost-prediction" type="jar" />
</dependency>
@Grapes(
@Grab(group='ai.catboost', module='catboost-prediction', version='1.0.6')
)
libraryDependencies += "ai.catboost" % "catboost-prediction" % "1.0.6"
[ai.catboost/catboost-prediction "1.0.6"]
| Group / Artifact | Type | Version |
|---|---|---|
| javax.validation : validation-api | jar | 1.1.0.Final |
| com.google.code.findbugs : jsr305 | jar | 3.0.2 |
| org.slf4j : slf4j-api | jar | 1.7.25 |
| ai.catboost : catboost-common | jar | 1.0.6 |
| Group / Artifact | Type | Version |
|---|---|---|
| junit : junit | jar | 4.13.1 |
| org.slf4j : slf4j-jdk14 | jar | 1.7.25 |