Skip to content

Commit 5de0dd0

Browse files
committed
Merge branch 'p-fixes-release'
2 parents b479506 + 82eac8d commit 5de0dd0

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

R/double_ml.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -742,7 +742,7 @@ DoubleML = R6Class("DoubleML",
742742
#' in the [mlr3tuning](https://mlr3tuning.mlr-org.com/) package. For more
743743
#' information on tuning in [mlr3](https://mlr3.mlr-org.com/), we refer to
744744
#' the section on parameter tuning in the
745-
#' [mlr3 book](https://mlr3book.mlr-org.com/optimization.html#tuning).
745+
#' [mlr3 book](https://mlr3book.mlr-org.com/chapters/chapter4/hyperparameter_optimization.html).
746746
#'
747747
#' @param param_set (named `list()`) \cr
748748
#' A named `list` with a parameter grid for each nuisance model/learner

R/double_ml_pliv.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -339,7 +339,7 @@ DoubleMLPLIV = R6Class("DoubleMLPLIV",
339339
#' in the [mlr3tuning](https://mlr3tuning.mlr-org.com/) package. For more
340340
#' information on tuning in [mlr3](https://mlr3.mlr-org.com/), we refer to
341341
#' the section on parameter tuning in the
342-
#' [mlr3 book](https://mlr3book.mlr-org.com/optimization.html#tuning).
342+
#' [mlr3 book](https://mlr3book.mlr-org.com/chapters/chapter4/hyperparameter_optimization.html).
343343
#'
344344
#' @param param_set (named `list()`) \cr
345345
#' A named `list` with a parameter grid for each nuisance model/learner

man/DoubleML.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/DoubleMLPLIV.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)