This commit is contained in:
Brandon Greenwell 2018-05-09 13:18:36 -04:00 committed by Philip Hyunsu Cho
parent 088bb4b27c
commit d13f1a0f16

View File

@ -83,7 +83,7 @@
#' \item \code{params} parameters that were passed to the xgboost library. Note that it does not #' \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. #' capture parameters changed by the \code{\link{cb.reset.parameters}} callback.
#' \item \code{callbacks} callback functions that were either automatically assigned or #' \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 #' \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 #' 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. #' CV-based evaluation means and standard deviations for the training and test CV-sets.