R/naive_Bayes_h2o.R

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