o

openml-lightgbm-module

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