h2o_naiveBayes_train | R Documentation |
Wrapper for training a h2o.naiveBayes model as part of a discrim 'naive_Bayes' h2o engine
h2o_naiveBayes_train(formula, data, laplace = 0, ...)
formula |
formula |
data |
data.frame of training data |
laplace |
numeric, the Laplace smoothing parameter, must be >= 0. |
... |
other arguments passed to the h2o engine. |
a fitted h2o model.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.