R/boost_tree_xgboost.R

#' Boosted trees via xgboost
#'
#' [xgboost::xgb.train()] creates a series of decision trees forming an
#' ensemble. Each tree depends on the results of previous trees. All trees in
#' the ensemble are combined to produce a final prediction.
#'
#' @includeRmd man/rmd/boost_tree_xgboost.md details
#'
#' @name details_boost_tree_xgboost
#' @keywords internal
NULL

# See inst/README-DOCS.md for a description of how these files are processed
topepo/parsnip documentation built on April 16, 2024, 3:23 a.m.