Skip to content

Commit

Permalink
Merge branch 'p-fixes-release'
Browse files Browse the repository at this point in the history
  • Loading branch information
PhilippBach committed Feb 15, 2024
2 parents b479506 + 82eac8d commit 5de0dd0
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion R/double_ml.R
Original file line number Diff line number Diff line change
Expand Up @@ -742,7 +742,7 @@ DoubleML = R6Class("DoubleML",
#' in the [mlr3tuning](https://mlr3tuning.mlr-org.com/) package. For more
#' information on tuning in [mlr3](https://mlr3.mlr-org.com/), we refer to
#' the section on parameter tuning in the
#' [mlr3 book](https://mlr3book.mlr-org.com/optimization.html#tuning).
#' [mlr3 book](https://mlr3book.mlr-org.com/chapters/chapter4/hyperparameter_optimization.html).
#'
#' @param param_set (named `list()`) \cr
#' A named `list` with a parameter grid for each nuisance model/learner
Expand Down
2 changes: 1 addition & 1 deletion R/double_ml_pliv.R
Original file line number Diff line number Diff line change
Expand Up @@ -339,7 +339,7 @@ DoubleMLPLIV = R6Class("DoubleMLPLIV",
#' in the [mlr3tuning](https://mlr3tuning.mlr-org.com/) package. For more
#' information on tuning in [mlr3](https://mlr3.mlr-org.com/), we refer to
#' the section on parameter tuning in the
#' [mlr3 book](https://mlr3book.mlr-org.com/optimization.html#tuning).
#' [mlr3 book](https://mlr3book.mlr-org.com/chapters/chapter4/hyperparameter_optimization.html).
#'
#' @param param_set (named `list()`) \cr
#' A named `list` with a parameter grid for each nuisance model/learner
Expand Down
2 changes: 1 addition & 1 deletion man/DoubleML.Rd

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

2 changes: 1 addition & 1 deletion man/DoubleMLPLIV.Rd

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

0 comments on commit 5de0dd0

Please sign in to comment.