Skip to content

Releases: feedzai/feedzai-openml-python

Release 0.3.0

Choose a tag to compare

@jcsf jcsf released this 25 Nov 16:53

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

Choose a tag to compare

@shengwangsw shengwangsw released this 14 Oct 15:32

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

Release 0.1.7

Choose a tag to compare

@shengwangsw shengwangsw released this 14 Oct 15:32

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

0.1.6

Choose a tag to compare

@MiguelSCruz MiguelSCruz released this 31 May 15:52

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

Choose a tag to compare

@MiguelSCruz MiguelSCruz released this 28 May 14:25

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

Choose a tag to compare

@JPDSousa JPDSousa released this 31 Jan 15:06

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

v0.1.5 Pre-release
Pre-release

Choose a tag to compare

@paulojrp paulojrp released this 14 Dec 17:05

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

v0.1.4 Pre-release
Pre-release

Choose a tag to compare

@pedrorijo91 pedrorijo91 released this 12 Dec 08:58

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

v0.1.3

v0.1.3 Pre-release
Pre-release

Choose a tag to compare

@pedrorijo91 pedrorijo91 released this 09 Jul 09:34
  • 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

v0.1.2 Pre-release
Pre-release

Choose a tag to compare

@pedrorijo91 pedrorijo91 released this 05 Jul 17:11

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