From d13f1a0f16097e493f020b2f04f2091e89df57b3 Mon Sep 17 00:00:00 2001 From: Brandon Greenwell Date: Wed, 9 May 2018 13:18:36 -0400 Subject: [PATCH] Fix typo (#3305) --- R-package/R/xgb.cv.R | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/R-package/R/xgb.cv.R b/R-package/R/xgb.cv.R index 652d52995..e2a2c37b7 100644 --- a/R-package/R/xgb.cv.R +++ b/R-package/R/xgb.cv.R @@ -83,7 +83,7 @@ #' \item \code{params} parameters that were passed to the xgboost library. Note that it does not #' capture parameters changed by the \code{\link{cb.reset.parameters}} callback. #' \item \code{callbacks} callback functions that were either automatically assigned or -#' explicitely passed. +#' explicitly passed. #' \item \code{evaluation_log} evaluation history storead as a \code{data.table} with the #' first column corresponding to iteration number and the rest corresponding to the #' CV-based evaluation means and standard deviations for the training and test CV-sets.