chg
This commit is contained in:
parent
d00302d3ac
commit
d79161cfce
@ -22,8 +22,8 @@
|
||||
#' @details
|
||||
#' This is the training function for xgboost.
|
||||
#'
|
||||
#' Parallelization is automatically enabled under Linux/Windows. Mac users can
|
||||
#' also enjoy this feature if compile this package with openmp.
|
||||
#' Parallelization is automatically enabled if OpenMP is present.
|
||||
#' Number of threads can also be manually specified via "nthread" parameter.
|
||||
#'
|
||||
#' This function only accepts an \code{xgb.DMatrix} object as the input.
|
||||
#' It supports advanced features such as watchlist, customized objective function,
|
||||
|
||||
@ -18,10 +18,8 @@
|
||||
#' @details
|
||||
#' This is the modeling function for xgboost.
|
||||
#'
|
||||
#' Parallelization is automatically enabled under Linux/Windows.
|
||||
#' Number of threads can also be manually specified via nthread parameter
|
||||
#' Mac users can also enjoy this feature if R CMD COMPILE support compile
|
||||
#' package with openmp.
|
||||
#' Parallelization is automatically enabled if OpenMP is present.
|
||||
#' Number of threads can also be manually specified via "nthread" parameter
|
||||
#'
|
||||
#' @section Value
|
||||
#' return a \code{xgb.DMatrix} class object.
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user