License |
License |
---|---|
Categories |
CategoriesJPMML Business Logic Libraries Machine Learning |
GroupId | GroupIdorg.jpmml |
ArtifactId | ArtifactIdjpmml-xgboost |
Version | Version1.6.0 |
Type | Typepom |
Description |
DescriptionJPMML-XGBoost
Java library and command-line application for converting XGBoost models to PMML
|
Project URL |
Project URL |
Filename | Size |
---|---|
jpmml-xgboost-1.6.0.pom | 5 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.jpmml/jpmml-xgboost/ -->
<dependency>
<groupId>org.jpmml</groupId>
<artifactId>jpmml-xgboost</artifactId>
<version>1.6.0</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.jpmml/jpmml-xgboost/
implementation 'org.jpmml:jpmml-xgboost:1.6.0'
// https://jarcasting.com/artifacts/org.jpmml/jpmml-xgboost/
implementation ("org.jpmml:jpmml-xgboost:1.6.0")
'org.jpmml:jpmml-xgboost:pom:1.6.0'
<dependency org="org.jpmml" name="jpmml-xgboost" rev="1.6.0">
<artifact name="jpmml-xgboost" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.jpmml', module='jpmml-xgboost', version='1.6.0')
)
libraryDependencies += "org.jpmml" % "jpmml-xgboost" % "1.6.0"
[org.jpmml/jpmml-xgboost "1.6.0"]