License |
License |
---|---|
Categories |
CategoriesJPMML Business Logic Libraries Machine Learning |
GroupId | GroupIdorg.jpmml |
ArtifactId | ArtifactIdjpmml-xgboost |
Version | Version1.5.0 |
Type | Typejar |
Description |
DescriptionJPMML-XGBoost
Java library and command-line application for converting XGBoost models to PMML
|
Project URL |
Project URL |
Filename | Size |
---|---|
jpmml-xgboost-1.5.0.pom | |
jpmml-xgboost-1.5.0.jar | 55 KB |
jpmml-xgboost-1.5.0-sources.jar | 39 KB |
jpmml-xgboost-1.5.0-javadoc.jar | 175 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.jpmml/jpmml-xgboost/ -->
<dependency>
<groupId>org.jpmml</groupId>
<artifactId>jpmml-xgboost</artifactId>
<version>1.5.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.jpmml/jpmml-xgboost/
implementation 'org.jpmml:jpmml-xgboost:1.5.0'
// https://jarcasting.com/artifacts/org.jpmml/jpmml-xgboost/
implementation ("org.jpmml:jpmml-xgboost:1.5.0")
'org.jpmml:jpmml-xgboost:jar:1.5.0'
<dependency org="org.jpmml" name="jpmml-xgboost" rev="1.5.0">
<artifact name="jpmml-xgboost" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.jpmml', module='jpmml-xgboost', version='1.5.0')
)
libraryDependencies += "org.jpmml" % "jpmml-xgboost" % "1.5.0"
[org.jpmml/jpmml-xgboost "1.5.0"]
Group / Artifact | Type | Version |
---|---|---|
com.beust : jcommander | jar | 1.72 |
com.google.code.gson : gson | jar | [2.6, 2.8.6] |
org.jpmml : jpmml-converter | jar | 1.4.6 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.13.1 |
org.jpmml : pmml-evaluator-testing | jar | 1.5.11 |