Tags: mlr-org/mlr3oml
Tags
address various small issues (#120) * address various small issues * improve printer * address case when cache folder does not exist anymore * fix CRAN NOTE: bit64 unused (is used internally by data.table) by calling a random function from the package. * remove examples (to avoid issues with CRAN when OpenML is not available) * Improve README * Remove some unnecessary fields from OMLCollection object * Removed `benchmark_grid_oml()` function. * fix: documentation of sugar functions Because ocl no longer has argument `cache`, they cannot share the same documentation file. * caching cannot be set on the instance level anymore * docs: better docu how to find regression tasks * feat: add download method to OpenML objects * increment cache version for parquet parquet files were sometimes missing some columns which (seems to be) addressed now * import from bit64 just to silence CRAN warnings * fix: "Additional issues" of CRAN CHECK https://www.stats.ox.ac.uk/pub/bdr/clang17/README.txt * docs: add tutorial * improve printer of task split * make examples link to other resources * rename file * add pkgdown worklow * improve docs * fix pkgdown workflow * update readme * skip test on cran * fix cran issue * fix readme (undefined link)
Release 0.7.1 (#101) * fix: correct argument names for S3 generic CRAN issued a new policy. The first argument of S3 methods must coincide with the generic Version: 0.7.0 Check: S3 generic/method consistency Result: WARN as_data_backend: function(data, primary_key, ...) as_data_backend.OMLRun: function(x, primary_key, ...) See section ‘Generic functions and methods’ in the ‘Writing R Extensions’ manual. * fix: rename variable in function
Version 0.7.0 (#93) * docs: better naming for oml object help pages * docs: fix openml links * BREAKING CHANGE: Rename sugar functions To be more consistent with the rest of mlr3, we renamed: * `oml_data` --> `odt` * `oml_task` --> `otsk` * `oml_flow` --> `oflw` * `oml_run` --> `orn` * `oml_collection` --> `ocl` * ci: only run ci once every week * improve filtering tasks according to task type! * docs: knit readme * fix: examples fail gracefully when OpenML is busy * docs: typos in NEWS * chore: change error message * typo * * fix: strings and nominals are distinguished for parquet files * unload tasks and resamplings * remove test (openml bug was fixed) * docs: improve docu * update required duckdb version duckdb/duckdb#4806 * prepare for CRAN release * fix: wrap example in try statement (CRAN issue) * typo * safely escape example * update cran-comments * fix CRAN NOTE: too long runtime of example * document
PreviousNext