R/C5_rules_C5.0.R

#' C5.0 rule-based classification models
#'
#' [C50::C5.0()] fits a model that derives feature rules from a tree for
#' prediction. A single tree or boosted ensemble can be used. [rules::c5_fit()]
#' is a wrapper around this function.
#'
#' @includeRmd man/rmd/C5_rules_C5.0.md details
#'
#' @name details_C5_rules_C5.0
#' @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.