is not current version
Last Version 0.3.18

ai.h2o:xgboost-predictor 0.3.14

Pure Java implementation of XGBoost predictor for online prediction tasks

Categories

Categories

H2 Data Databases H2O Business Logic Libraries Machine Learning
GroupId

GroupId

ai.h2o
ArtifactId

ArtifactId

xgboost-predictor
Version

Version

0.3.14
Type

Type

jar

Download xgboost-predictor 0.3.14


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