o

openml-lightgbm-module

OpenML LightGBM Machine Learning Model and Classifier
Files download
File Operation
openml-lightgbm-module-1.0.23.pom download
Apache Maven
<dependency>
  <groupId>com.feedzai.openml.lightgbm</groupId>
  <artifactId>openml-lightgbm-module</artifactId>
  <version>1.0.23</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'com.feedzai.openml.lightgbm:openml-lightgbm-module:1.0.23'
Gradle Kotlin
implementation("com.feedzai.openml.lightgbm:openml-lightgbm-module:1.0.23")
Scala SBT
libraryDependencies += "com.feedzai.openml.lightgbm" % "openml-lightgbm-module" % "1.0.23"
Groovy Grape
@Grapes(
  @Grab(group='com.feedzai.openml.lightgbm', module='openml-lightgbm-module', version='1.0.23')
)
Apache Ivy
<dependency org="com.feedzai.openml.lightgbm" name="openml-lightgbm-module" rev="1.0.23" />
Leiningen
[com.feedzai.openml.lightgbm/openml-lightgbm-module "1.0.23"]
Apache Buildr
'com.feedzai.openml.lightgbm:openml-lightgbm-module:jar:1.0.23'