Openml LightGBM lib

LightGBM build for Java generated with make-lightgbm. Build created with command: `bash make.sh v3.0.0 3.0.0` --- Build info: LIGHTGBM_REPO_URL=https://github.com/microsoft/LightGBM LIGHTGBM_VERSION=v3.0.0 LIGHTGBM_COMMIT=7e11d4aeabd4a39ffa4afb382299c6d00ddf01e7 PACKAGE_TIMESTAMP=2020/09/01 18:20:49

License

License

GroupId

GroupId

com.feedzai.openml.lightgbm
ArtifactId

ArtifactId

lightgbm-lib
Last Version

Last Version

3.0.0
Release Date

Release Date

Type

Type

jar
Description

Description

Openml LightGBM lib
LightGBM build for Java generated with make-lightgbm. Build created with command: `bash make.sh v3.0.0 3.0.0` --- Build info: LIGHTGBM_REPO_URL=https://github.com/microsoft/LightGBM LIGHTGBM_VERSION=v3.0.0 LIGHTGBM_COMMIT=7e11d4aeabd4a39ffa4afb382299c6d00ddf01e7 PACKAGE_TIMESTAMP=2020/09/01 18:20:49
Project URL

Project URL

https://github.com/feedzai/make-lightgbm
Project Organization

Project Organization

Feedzai
Source Code Management

Source Code Management

https://github.com/feedzai/feedzai-openml-java

Download lightgbm-lib

How to add to project

<!-- https://jarcasting.com/artifacts/com.feedzai.openml.lightgbm/lightgbm-lib/ -->
<dependency>
    <groupId>com.feedzai.openml.lightgbm</groupId>
    <artifactId>lightgbm-lib</artifactId>
    <version>3.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.feedzai.openml.lightgbm/lightgbm-lib/
implementation 'com.feedzai.openml.lightgbm:lightgbm-lib:3.0.0'
// https://jarcasting.com/artifacts/com.feedzai.openml.lightgbm/lightgbm-lib/
implementation ("com.feedzai.openml.lightgbm:lightgbm-lib:3.0.0")
'com.feedzai.openml.lightgbm:lightgbm-lib:jar:3.0.0'
<dependency org="com.feedzai.openml.lightgbm" name="lightgbm-lib" rev="3.0.0">
  <artifact name="lightgbm-lib" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.feedzai.openml.lightgbm', module='lightgbm-lib', version='3.0.0')
)
libraryDependencies += "com.feedzai.openml.lightgbm" % "lightgbm-lib" % "3.0.0"
[com.feedzai.openml.lightgbm/lightgbm-lib "3.0.0"]

Dependencies

There are no dependencies for this project. It is a standalone project that does not depend on any other jars.

Project Modules

There are no modules declared in this project.

Feedzai OpenML Providers for Java

Build Status codecov Codacy Badge

Implementations of the Feedzai OpenML API to allow support for machine learning models in Java.

Building

This is a Maven project which you can build using the following command:

mvn clean install

Modules

H2O

Maven metadata URI

The openml-h2o module contains a provider that allows to load and train models with H2O.

Pull the provider from Maven Central:

<dependency>
  <groupId>com.feedzai</groupId>
  <artifactId>openml-h2o</artifactId>
  <!-- See project tags for latest version -->
  <version>1.1.0</version>
</dependency>

DataRobot

Maven metadata URI

The openml-datarobot module contains a provider that allows to load models trained with DataRobot.

Pull this module from Maven Central:

<dependency>
  <groupId>com.feedzai</groupId>
  <artifactId>openml-datarobot</artifactId>
  <!-- See project tags for latest version -->
  <version>1.1.0</version>
</dependency>

LightGBM

Maven metadata URI

The openml-lightgbm module contains a provider that allows to load models trained with Microsoft LightGBM.

Pull this module from Maven Central:

<dependency>
  <groupId>com.feedzai</groupId>
  <artifactId>openml-lightgbm</artifactId>
  <!-- See project tags for latest version -->
  <version>1.1.0</version>
</dependency>
com.feedzai.openml.lightgbm

Feedzai

Versions

Version
3.0.0
2.3.190