| License |
License |
|---|---|
| Categories |
CategoriesH2 Data Databases H2O Business Logic Libraries Machine Learning |
| GroupId | GroupIdai.h2o |
| ArtifactId | ArtifactIdxgboost-predictor |
| Version | Version0.3.18 |
| Type | Typejar |
| Description |
Descriptionxgboost-predictor
Pure Java implementation of XGBoost predictor for online prediction tasks
|
| Project URL |
Project URL |
| Project Organization |
Project Organization |
| Source Code Management |
Source Code Management |
| Filename | Size |
|---|---|
| xgboost-predictor-0.3.18.pom | |
| xgboost-predictor-0.3.18.jar | 34 KB |
| xgboost-predictor-0.3.18-sources.jar | 17 KB |
| xgboost-predictor-0.3.18-javadoc.jar | 110 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/ai.h2o/xgboost-predictor/ -->
<dependency>
<groupId>ai.h2o</groupId>
<artifactId>xgboost-predictor</artifactId>
<version>0.3.18</version>
</dependency>
// https://jarcasting.com/artifacts/ai.h2o/xgboost-predictor/
implementation 'ai.h2o:xgboost-predictor:0.3.18'
// https://jarcasting.com/artifacts/ai.h2o/xgboost-predictor/
implementation ("ai.h2o:xgboost-predictor:0.3.18")
'ai.h2o:xgboost-predictor:jar:0.3.18'
<dependency org="ai.h2o" name="xgboost-predictor" rev="0.3.18">
<artifact name="xgboost-predictor" type="jar" />
</dependency>
@Grapes(
@Grab(group='ai.h2o', module='xgboost-predictor', version='0.3.18')
)
libraryDependencies += "ai.h2o" % "xgboost-predictor" % "0.3.18"
[ai.h2o/xgboost-predictor "0.3.18"]
| Group / Artifact | Type | Version |
|---|---|---|
| ai.h2o : h2o-tree-api | jar | 0.3.18 |
| net.jafama : jafama | jar | 2.1.0 |