o

openml-lightgbm

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