R/naive_Bayes_naivebayes.R

#' Naive Bayes models via naivebayes
#'
#' [naivebayes::naive_bayes()] fits a model that uses Bayes' theorem to compute
#' the probability of each class, given the predictor values.
#'
#' @includeRmd man/rmd/naive_Bayes_naivebayes.md details
#'
#' @name details_naive_Bayes_naivebayes
#' @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.