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

Try the parsnip package in your browser

Any scripts or data that you put into this service are public.

parsnip documentation built on Aug. 18, 2023, 1:07 a.m.