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

Лицензия

Лицензия

Группа

Группа

com.feedzai.openml.lightgbm
Идентификатор

Идентификатор

lightgbm-lib
Последняя версия

Последняя версия

3.0.0
Дата

Дата

Тип

Тип

jar
Описание

Описание

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
Ссылка на сайт

Ссылка на сайт

https://github.com/feedzai/make-lightgbm
Организация-разработчик

Организация-разработчик

Feedzai
Система контроля версий

Система контроля версий

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

Скачать lightgbm-lib

Как подключить последнюю версию

<!-- 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"]

Зависимости

Библиотека не имеет зависимостей. Это самодостаточное приложение, которое не зависит ни от каких других библиотек.

Модули Проекта

Данный проект не имеет модулей.

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

Версии библиотеки

Версия
3.0.0
2.3.190