Releases: mlr-org/mlr3oml
Releases · mlr-org/mlr3oml
mlr3oml 0.4.2
- If not set via option
mlr3oml.api_key, the API key is retrieved from the
environment variableOPENMLAPIKEY. - Implemented a retry mechanism as a workaround for temporary connection errors.
mlr3oml 0.4.1
- Added a heuristic to detect the quote char.
mlr3oml 0.4.0
- The parsers for ARFF files can now be explicitly selected via option
"mlr3oml.arff.parser". Default is the internal parser based on
data.table::fread(). - Improved stability of the internal ARFF parser in case of malformed ARFF
files and non-standardized quotes.
mlr3oml 0.3.0
- The connectors used in
mlr_tasksandmlr_resamplingsnow signal errors of
classmissingDefaultErrorif some defaults are not set. - Target columns are now automatically converted to the require storage mode
during task creation. - Removed dependency on orphaned package
bibtex.
mlr3oml 0.2.0
mlr3oml 0.1.0
Initial release.