-
-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* 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
- Loading branch information
1 parent
a0bb0e5
commit f7264f1
Showing
22 changed files
with
115 additions
and
160 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,3 @@ | ||
#' @param test_server (`character(1)`)\cr | ||
#' Whether to use the OpenML test server (https://test.openml.org/) or public server | ||
#' (https://www.openml.org/). | ||
#' Whether to use the OpenML test server or public server. | ||
#' Defaults to value of option `"mlr3oml.test_server"`, or `FALSE` if not set. |
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Oops, something went wrong.