diff --git a/DESCRIPTION b/DESCRIPTION index e2c9a3f3..8fb04622 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -1,7 +1,7 @@ Package: mlr3tuning Title: Hyperparameter Optimization for 'mlr3' Version: 0.17.2 -Authors@R:c( +Authors@R: c( person("Marc", "Becker", , "marcbecker@posteo.de", role = c("cre", "aut"), comment = c(ORCID = "0000-0002-8115-0400")), person("Michel", "Lang", , "michellang@gmail.com", role = "aut", @@ -50,7 +50,7 @@ Config/testthat/parallel: true Encoding: UTF-8 NeedsCompilation: no Roxygen: list(markdown = TRUE) -RoxygenNote: 7.2.2 +RoxygenNote: 7.2.3 Collate: 'ArchiveTuning.R' 'AutoTuner.R' diff --git a/README.md b/README.md index ee3603b1..da52d9ae 100644 --- a/README.md +++ b/README.md @@ -14,7 +14,7 @@ Status](https://www.r-pkg.org/badges/version-ago/mlr3tuning)](https://cran.r-pro *mlr3tuning* is the hyperparameter optimization package of the -[mlr3](https://mlr-org.com) ecosystem. It features highly configurable +[mlr3](https://mlr-org.com/) ecosystem. It features highly configurable search spaces via the [paradox](https://github.com/mlr-org/paradox) package and finds optimal hyperparameter configurations for any mlr3 [learner](https://github.com/mlr-org/mlr3learners). mlr3tuning works @@ -163,7 +163,7 @@ as.data.table(instance$archive)[, .(cost, gamma, classif.ce, batch_nr, resample_ ## 3: 5.756463 5.756463 0.4662526 3 ## 4: -5.756463 -5.756463 0.4662526 4 ## 5: -11.512925 0.000000 0.4662526 5 - ## --- + ## --- ## 21: -11.512925 -5.756463 0.4662526 21 ## 22: 11.512925 0.000000 0.4662526 22 ## 23: 5.756463 11.512925 0.4662526 23 diff --git a/man/Tuner.Rd b/man/Tuner.Rd index 044adc2f..4992907f 100644 --- a/man/Tuner.Rd +++ b/man/Tuner.Rd @@ -146,9 +146,16 @@ The referenced help package can be opened via method \verb{$help()}.} \subsection{Method \code{format()}}{ Helper for print outputs. \subsection{Usage}{ -\if{html}{\out{
}}\preformatted{Tuner$format()}\if{html}{\out{
}} +\if{html}{\out{
}}\preformatted{Tuner$format(...)}\if{html}{\out{
}} } +\subsection{Arguments}{ +\if{html}{\out{
}} +\describe{ +\item{\code{...}}{(ignored).} +} +\if{html}{\out{
}} +} \subsection{Returns}{ (\code{character()}). }