Skip to content

Releases: feedzai/feedzai-openml-java

Release 1.1.2

22 Mar 15:53

Choose a tag to compare

This release corrects the previous 1.1.1 as TravisCI wasn't able to do the release.

Release 1.1.1

22 Feb 09:49

Choose a tag to compare

This hotfix version removes the Kotlin dependency from the shaded jar.

Release 1.0.19

02 Dec 18:33

Choose a tag to compare

Fix Microsoft LightGBM Provider model-locale sensitivity.

Release 1.1.0

25 Nov 16:37

Choose a tag to compare

This minor version upgrades Guava dependency to version 25.1.

Note: to use this new version, its also necessary to upgrade the Guava to match the same version.

Release 1.0.18

18 Sep 16:09

Choose a tag to compare

Release 1.0.18

Release 0.5.15

03 Sep 08:55

Choose a tag to compare

Upgrade the H2O version to 3.30.0.7.
Improve test coverage to ensure that contains H2O algorithms mandatory parameters.

Release 1.0.17

03 Sep 08:54

Choose a tag to compare

Updates lightgbmlib:2.3.190 to lightgbmlib:3.0.0. On lightgbmlib:3.0.0 we can use UFT-8 characters.
Improve test coverage to ensure that contains H2O algorithms mandatory parameters.

Release 1.0.16

03 Sep 08:51

Choose a tag to compare

Deploy lightgbmlib:2.3.190 to the remote repository as a separated artifact

LightGBM

  • Add support for train with large datasets.
    Before this patch the train dataset matrix couldn't have more than 2,147,483,646 values (#rows * (#features + label)).
  • Add multi-threaded training support.

[Broken] Release 1.0.15

25 Aug 15:46

Choose a tag to compare

Warning: Do not use this version as it doesn't include lightgbmlib:2.3.190 in openml-lightgbm as uber jar. The problem is raised due to the scope provided that was added. Use instead 1.0.16 or any other version above.
Include lightgbmlib:2.3.190 into openml-lightgbm as uber jar

LightGBM

  • Add support for train with large datasets.
    Before this patch the train dataset matrix couldn't have more than 2,147,483,646 values (#rows * (#features + label)).
  • Add multi-threaded training support.

[Broken] Release 1.0.14

25 Aug 15:42

Choose a tag to compare

Warning: Do not use this version as it failed to deploy on the remote repository due to timeout, see ticket OSSRH-51097. Use instead 1.0.15 or any other version above.
Include lightgbmlib:2.3.190 into openml-lightgbm as uber jar

LightGBM

  • Add support for train with large datasets.
    Before this patch the train dataset matrix couldn't have more than 2,147,483,646 values (#rows * (#features + label)).
  • Add multi-threaded training support.