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

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.