Skip to content

Commit deacbb2

Browse files
committed
fix typo, improve website
1 parent 1b3eb94 commit deacbb2

10 files changed

+11
-4
lines changed

R/PipeOpTorchDropout.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
#'
1010
#' @section Parameters:
1111
#' * `p` :: `numeric(1)`\cr
12-
#' Probability of an element to be zeroed. Default: 0.5 inplace
12+
#' Probability of an element to be zeroed. Default: 0.5.
1313
#' * `inplace` :: `logical(1)`\cr
1414
#' If set to `TRUE`, will do this operation in-place. Default: `FALSE`.
1515
#'

man/mlr_learners.mlp.Rd

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

man/mlr_learners.tab_resnet.Rd

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

man/mlr_learners.torch_featureless.Rd

Lines changed: 2 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

man/mlr_learners.torchvision.Rd

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

man/mlr_learners_torch.Rd

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

man/mlr_learners_torch_image.Rd

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

man/mlr_learners_torch_model.Rd

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

man/mlr_pipeops_nn_dropout.Rd

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pkgdown/_pkgdown.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ reference:
8585
- title: Network Layers
8686
contents:
8787
- starts_with("mlr_pipeops_nn")
88-
- title: Preprocessing Operators
88+
- title: Preprocessing & Augmentation
8989
contents:
9090
- mlr_pipeops_preproc_torch
9191
- pipeop_preproc_torch

0 commit comments

Comments
 (0)