From 028bdc174086d22dcda4130ca5955efca9a0eed7 Mon Sep 17 00:00:00 2001 From: Philip Hyunsu Cho Date: Wed, 26 Jan 2022 07:33:25 -0800 Subject: [PATCH] [R] Fix typo in docstring (#7606) --- R-package/R/xgb.Booster.R | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/R-package/R/xgb.Booster.R b/R-package/R/xgb.Booster.R index 46eba2633..640e04d0a 100644 --- a/R-package/R/xgb.Booster.R +++ b/R-package/R/xgb.Booster.R @@ -180,7 +180,7 @@ xgb.Booster.complete <- function(object, saveraw = TRUE) { #' training predicting will perform dropout. #' @param iterationrange Specifies which layer of trees are used in prediction. For #' example, if a random forest is trained with 100 rounds. Specifying -#' `iteration_range=(1, 21)`, then only the forests built during [1, 21) (half open set) +#' `iterationrange=(1, 21)`, then only the forests built during [1, 21) (half open set) #' rounds are used in this prediction. It's 1-based index just like R vector. When set #' to \code{c(1, 1)} XGBoost will use all trees. #' @param strict_shape Default is \code{FALSE}. When it's set to \code{TRUE}, output