R/naive_Bayes_klaR.R

#' Naive Bayes models via klaR
#'
#' [klaR::NaiveBayes()] fits a model that uses Bayes' theorem to compute the
#' probability of each class, given the predictor values.
#'
#' @includeRmd man/rmd/naive_Bayes_klaR.md details
#'
#' @name details_naive_Bayes_klaR
#' @keywords internal
NULL

# See inst/README-DOCS.md for a description of how these files are processed
tidymodels/parsnip documentation built on Feb. 19, 2025, 2:10 a.m.