Skip to content

Releases: feedzai/feedzai-openml

Release 1.2.0

17 Feb 11:34
Compare
Choose a tag to compare
  • PULSEDEV-36588 openml-api: Add ModelExplainer interface by @mlobofeedzai in #66

Full Changelog: 1.1.0...1.2.0

Release 1.1.0

25 Nov 11:57
Compare
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 0.4.3

14 Oct 15:00
Compare
Choose a tag to compare

This hoxfix version added generic Unit Test for classify method and deprecated classify for the future usages.

Release 1.0.3

14 Oct 15:04
Compare
Choose a tag to compare

This hoxfix version added generic Unit Test for classify method and deprecated classify for the future usages.

Release 1.0.2

21 May 17:03
Compare
Choose a tag to compare

Cleaned the POM dependencies to simplify the integration with each specific solution, avoiding to force the include of dependencies that could be already present, such as a logging dependency.

Release 0.4.2

21 May 17:21
Compare
Choose a tag to compare
Release 0.4.2 Pre-release
Pre-release

Cleaned the POM dependencies to simplify the integration with each specific solution, avoiding to force the include of dependencies that could be already present, such as a logging dependency.

Support for Anomaly Detection Algorithms

30 Jan 10:11
Compare
Choose a tag to compare

This hotfix version fixes a missing API change required for the support of Anomaly Detection Algorithms.

Milestone

[Broken] Support for Anomaly Detection Algorithms

23 Jan 17:40
Compare
Choose a tag to compare

Warning: Do not use this version as it is missing some API required changes. Use instead 1.0.1 or any other version above.

With this new major version users are able to create Anomaly Detection algorithm implementations.

Milestone

v0.4.1

15 Nov 23:10
Compare
Choose a tag to compare
v0.4.1 Pre-release
Pre-release

Minor error messaging fixing

v0.4.0

31 Oct 00:21
Compare
Choose a tag to compare
v0.4.0 Pre-release
Pre-release

This OpenML version includes a new maven archetype to help creating a new custom OpenML provider