R/rand_forest_randomForest.R

#' Random forests via randomForest
#'
#' [randomForest::randomForest()] fits a model that creates a large number of
#' decision trees, each independent of the others. The final prediction uses all
#' predictions from the individual trees and combines them.
#'
#' @includeRmd man/rmd/rand_forest_randomForest.md details
#'
#' @name details_rand_forest_randomForest
#' @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.