License |
License |
---|---|
GroupId | GroupIdai.catboost |
ArtifactId | ArtifactIdcatboost-prediction |
Version | Version1.0.3 |
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.3</version>
</dependency>
// https://jarcasting.com/artifacts/ai.catboost/catboost-prediction/
implementation 'ai.catboost:catboost-prediction:1.0.3'
// https://jarcasting.com/artifacts/ai.catboost/catboost-prediction/
implementation ("ai.catboost:catboost-prediction:1.0.3")
'ai.catboost:catboost-prediction:jar:1.0.3'
<dependency org="ai.catboost" name="catboost-prediction" rev="1.0.3">
<artifact name="catboost-prediction" type="jar" />
</dependency>
@Grapes(
@Grab(group='ai.catboost', module='catboost-prediction', version='1.0.3')
)
libraryDependencies += "ai.catboost" % "catboost-prediction" % "1.0.3"
[ai.catboost/catboost-prediction "1.0.3"]
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 |