License |
License |
---|---|
GroupId | GroupIdai.catboost |
ArtifactId | ArtifactIdcatboost-prediction |
Version | Version0.26.1 |
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>0.26.1</version>
</dependency>
// https://jarcasting.com/artifacts/ai.catboost/catboost-prediction/
implementation 'ai.catboost:catboost-prediction:0.26.1'
// https://jarcasting.com/artifacts/ai.catboost/catboost-prediction/
implementation ("ai.catboost:catboost-prediction:0.26.1")
'ai.catboost:catboost-prediction:jar:0.26.1'
<dependency org="ai.catboost" name="catboost-prediction" rev="0.26.1">
<artifact name="catboost-prediction" type="jar" />
</dependency>
@Grapes(
@Grab(group='ai.catboost', module='catboost-prediction', version='0.26.1')
)
libraryDependencies += "ai.catboost" % "catboost-prediction" % "0.26.1"
[ai.catboost/catboost-prediction "0.26.1"]
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 | 0.25.1 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.13.1 |
org.slf4j : slf4j-jdk14 | jar | 1.7.25 |