is not current version
Last Version 1.0.6

ai.catboost:catboost-prediction 0.21

Java module to apply CatBoost models

GroupId

GroupId

ai.catboost
ArtifactId

ArtifactId

catboost-prediction
Version

Version

0.21
Type

Type

jar

Download catboost-prediction 0.21


<!-- https://jarcasting.com/artifacts/ai.catboost/catboost-prediction/ -->
<dependency>
    <groupId>ai.catboost</groupId>
    <artifactId>catboost-prediction</artifactId>
    <version>0.21</version>
</dependency>
// https://jarcasting.com/artifacts/ai.catboost/catboost-prediction/
implementation 'ai.catboost:catboost-prediction:0.21'
// https://jarcasting.com/artifacts/ai.catboost/catboost-prediction/
implementation ("ai.catboost:catboost-prediction:0.21")
'ai.catboost:catboost-prediction:jar:0.21'
<dependency org="ai.catboost" name="catboost-prediction" rev="0.21">
  <artifact name="catboost-prediction" type="jar" />
</dependency>
@Grapes(
@Grab(group='ai.catboost', module='catboost-prediction', version='0.21')
)
libraryDependencies += "ai.catboost" % "catboost-prediction" % "0.21"
[ai.catboost/catboost-prediction "0.21"]