R/boost_tree_mboost.R

#' Boosted trees
#'
#' [mboost::blackboost()] fits 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_mboost.md details
#'
#' @name details_boost_tree_mboost
#' @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.