Thanks to visit codestin.com
Credit goes to Github.com

Skip to content

Tags: mlr-org/mlr3oml

Tags

v0.11.0

Toggle v0.11.0's commit message
release 0.11.0

v0.10.1

Toggle v0.10.1's commit message
0.10.1

v0.10.0

Toggle v0.10.0's commit message
release 0.10.0

v0.9.0

Toggle v0.9.0's commit message
0.9.0

v0.8.0

Toggle v0.8.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
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)

v0.7.2

Toggle v0.7.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
cran release 0.7.2 (#118)

v0.7.1

Toggle v0.7.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
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

v0.7.0

Toggle v0.7.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
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

v0.6.0

Toggle v0.6.0's commit message
document

v0.5.0

Toggle v0.5.0's commit message
line in examples longer than 100 chars