R/boost_tree_spark.R

#' Boosted trees via Spark
#'
#' [sparklyr::ml_gradient_boosted_trees()] 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_spark.md details
#'
#' @name details_boost_tree_spark
#' @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.