Skip to content

Releases: feedzai/feedzai-openml-python

Release 0.3.0

25 Nov 16:53
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.2.2

14 Oct 15:32
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.1.7

14 Oct 15:32
Compare
Choose a tag to compare

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

0.1.6

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

28 May 14:25
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

31 Jan 15:06
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.1.5

14 Dec 17:05
Compare
Choose a tag to compare
v0.1.5 Pre-release
Pre-release

This release allows to share Python modules across Python sub-interpreters, as requested in #26.
This approach is a workaround for the issues with CPython extensions.

v0.1.4

12 Dec 08:58
Compare
Choose a tag to compare
v0.1.4 Pre-release
Pre-release

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

v0.1.3

09 Jul 09:34
Compare
Choose a tag to compare
v0.1.3 Pre-release
Pre-release
  • Fixes scikit xgboost model as described in #18
  • Adds more info to log when finding an unexpected class; it now shows the set of expected values

Full list of changes can be seen here: 0.1.2...0.1.3

v0.1.2

05 Jul 17:11
Compare
Choose a tag to compare
v0.1.2 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