Skip to content

Releases: feedzai/feedzai-openml-r

Release 0.4.0

25 Nov 17:07
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.3.2

14 Oct 15:24
Compare
Choose a tag to compare

This hoxfix version added Unit Test for method classify and updated to use openml-api v1.0.3.

Release 0.2.4

14 Oct 15:23
Compare
Choose a tag to compare

This hoxfix version added Unit Test for method classify and updated to use openml-api v0.4.3.

v0.2.3

31 May 15:50
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.

v0.3.1

28 May 13:32
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.

Support for OpenML API 1.0.1

30 Jan 18:24
Compare
Choose a tag to compare

Update the implementation to conform with OpenML API 1.0.1

Note that this release does not yet support algorithms that do not require target variable.

Milestone

v0.2.2

12 Dec 09:03
Compare
Choose a tag to compare
v0.2.2 Pre-release
Pre-release

This release marks the openml-api dependency as 'provided', as per by #33

v.0.2.1

05 Jul 17:11
Compare
Choose a tag to compare
v.0.2.1 Pre-release
Pre-release

incorporates changes from OpenML-API from v0.1.1 until v0.2.1: feedzai/feedzai-openml@0.2.1...0.1.1

This doesn't affect users, since the only changes were imports that needed to be changed to support the package renaming that happened on OpenML-utils

v0.2.0

27 Jun 16:38
Compare
Choose a tag to compare
v0.2.0 Pre-release
Pre-release

The main change introduced on this release is a fix to a concurrency bug described on #17
In order to do so, we added a new parameter to the R functions that Generic R model implementations must have.