Skip to content

Commit

Permalink
docs: add aliases to cifar manual
Browse files Browse the repository at this point in the history
  • Loading branch information
sebffischer committed Jan 29, 2025
1 parent 4d3d0d5 commit 9a60b6f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 1 addition & 2 deletions R/TaskClassif_cifar.R
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
#' @title CIFAR Classification Tasks
#'
#' @name mlr_tasks_cifar
#' @aliases mlr_tasks_cifar10 mlr_tasks_cifar100
#'
#' @format [R6::R6Class] inheriting from [mlr3::TaskClassif].
#' @include aaa.R
Expand Down Expand Up @@ -171,5 +172,3 @@ load_task_cifar100 = function(id = "cifar100") {
}

register_task("cifar100", load_task_cifar100)


2 changes: 2 additions & 0 deletions man/mlr_tasks_cifar.Rd

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

0 comments on commit 9a60b6f

Please sign in to comment.