не последняя версия
Последняя версия 0.3.18

ai.h2o:xgboost-predictor 0.3.12

Pure Java implementation of XGBoost predictor for online prediction tasks

Категории

Категории

H2 Данные Базы данных H2O Прикладные библиотеки Machine Learning
Группа

Группа

ai.h2o
Идентификатор

Идентификатор

xgboost-predictor
Версия

Версия

0.3.12
Тип

Тип

jar

Скачать xgboost-predictor 0.3.12


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