Skip to content

Commit 327f251

Browse files
committed
improve docs
1 parent 9a908c3 commit 327f251

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

R/LearnerTorch.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
#' After loading a marshaled `LearnerTorch` into R again, you then need to call `$unmarshal()` to transform it
2222
#' into a useable state.
2323
#'
24-
#' @section Early Stopping and Tuning:
24+
#' @section Early Stopping and Internal Tuning:
2525
#' In order to prevent overfitting, the `LearnerTorch` class allows to use early stopping via the `patience`
2626
#' and `min_delta` parameters, see the `Learner`'s parameters.
2727
#' When tuning a `LearnerTorch` it is also possible to combine the explicit tuning via `mlr3tuning`

man/mlr_learners.torchvision.Rd

Lines changed: 3 additions & 3 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 & 1 deletion
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 & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)