Skip to content

Commit

Permalink
roxygen
Browse files Browse the repository at this point in the history
  • Loading branch information
pat-s committed Nov 29, 2024
1 parent b168dd4 commit f130752
Show file tree
Hide file tree
Showing 8 changed files with 19 additions and 19 deletions.
2 changes: 1 addition & 1 deletion R/TaskClassifST.R
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#' @title Create a Spatiotemporal Classification Task
#'
#' @description This task specializes [mlr3::Task] and [TaskSupervised] for
#' @description This task specializes [mlr3::Task] and [mlr3::TaskSupervised] for
#' spatiotemporal classification problems. The target column is assumed to be a
#' factor. The `task_type` is set to `"classif"` and `"spatiotemporal"`.
#'
Expand Down
2 changes: 1 addition & 1 deletion R/TaskRegrST.R
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#' @title Create a Spatiotemporal Regression Task
#'
#' @description
#' This task specializes [mlr3::Task] and [TaskSupervised] for spatiotemporal
#' This task specializes [mlr3::Task] and [mlr3::TaskSupervised] for spatiotemporal
#' classification problems.
#'
#' A spatial example task is available via `tsk("ecuador")`, a spatiotemporal
Expand Down
12 changes: 6 additions & 6 deletions R/autoplot.R
Original file line number Diff line number Diff line change
Expand Up @@ -874,11 +874,11 @@ plot.ResamplingRepeatedSpCVKnndm = function(x, ...) {
#'
#' @name autoplot.ResamplingCV
#' @param object `[Resampling]`\cr
#' mlr3 spatial resampling object of class [ResamplingCV] or
#' [ResamplingRepeatedCV].
#' mlr3 spatial resampling object of class [mlr3::ResamplingCV] or
#' [mlr3::ResamplingRepeatedCV].
#' @param x `[Resampling]`\cr
#' mlr3 spatial resampling object of class [ResamplingCV] or
#' [ResamplingRepeatedCV].
#' mlr3 spatial resampling object of class [mlr3::ResamplingCV] or
#' [mlr3::ResamplingRepeatedCV].
#' @inheritParams autoplot.ResamplingSpCVBlock
#' @export
#' @seealso
Expand Down Expand Up @@ -960,9 +960,9 @@ autoplot.ResamplingRepeatedCV = function( # nolint
#'
#' @name autoplot.ResamplingCustomCV
#' @param object `[Resampling]`\cr
#' mlr3 spatial resampling object of class [ResamplingCustomCV].
#' mlr3 spatial resampling object of class [mlr3::ResamplingCustomCV].
#' @param x `[Resampling]`\cr
#' mlr3 spatial resampling object of class [ResamplingCustomCV].
#' mlr3 spatial resampling object of class [mlr3::ResamplingCustomCV].
#' @inheritParams autoplot.ResamplingSpCVBlock
#' @export
#' @seealso
Expand Down
2 changes: 1 addition & 1 deletion man-roxygen/rox_param_backend.R
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#' @param backend ([mlr3::DataBackend])\cr
#' Either a [mlr3::DataBackend], or any object which is convertible to a
#' [mlr3::DataBackend] with `as_data_backend()`.
#' E.g., am `sf` will be converted to a [DataBackendDataTable].
#' E.g., am `sf` will be converted to a [mlr3::DataBackendDataTable].
4 changes: 2 additions & 2 deletions man/TaskClassifST.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions man/TaskRegrST.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 4 additions & 4 deletions man/autoplot.ResamplingCV.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions man/autoplot.ResamplingCustomCV.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit f130752

Please sign in to comment.