R/boost_tree_h2o.R

#' Boosted trees via h2o
#'
#' [h2o::h2o.xgboost()] 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_h2o.md details
#'
#' @name details_boost_tree_h2o
#' @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.