License |
License |
---|---|
Categories |
CategoriesJPMML Business Logic Libraries Machine Learning |
GroupId | GroupIdorg.jpmml |
ArtifactId | ArtifactIdjpmml-lightgbm |
Last Version | Last Version1.4.3 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionJPMML-LightGBM
Java library and command-line application for converting LightGBM models to PMML
|
Project URL |
Project URL |
Filename | Size |
---|---|
jpmml-lightgbm-1.4.3.pom | |
jpmml-lightgbm-1.4.3.jar | 66 KB |
jpmml-lightgbm-1.4.3-sources.jar | 44 KB |
jpmml-lightgbm-1.4.3-javadoc.jar | 110 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.jpmml/jpmml-lightgbm/ -->
<dependency>
<groupId>org.jpmml</groupId>
<artifactId>jpmml-lightgbm</artifactId>
<version>1.4.3</version>
</dependency>
// https://jarcasting.com/artifacts/org.jpmml/jpmml-lightgbm/
implementation 'org.jpmml:jpmml-lightgbm:1.4.3'
// https://jarcasting.com/artifacts/org.jpmml/jpmml-lightgbm/
implementation ("org.jpmml:jpmml-lightgbm:1.4.3")
'org.jpmml:jpmml-lightgbm:jar:1.4.3'
<dependency org="org.jpmml" name="jpmml-lightgbm" rev="1.4.3">
<artifact name="jpmml-lightgbm" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.jpmml', module='jpmml-lightgbm', version='1.4.3')
)
libraryDependencies += "org.jpmml" % "jpmml-lightgbm" % "1.4.3"
[org.jpmml/jpmml-lightgbm "1.4.3"]