h2o_naiveBayes_train: Wrapper for training a h2o.naiveBayes model as part of a...

View source: R/naive_Bayes.R

h2o_naiveBayes_trainR Documentation

Wrapper for training a h2o.naiveBayes model as part of a discrim 'naive_Bayes' h2o engine

Description

Wrapper for training a h2o.naiveBayes model as part of a discrim 'naive_Bayes' h2o engine

Usage

h2o_naiveBayes_train(formula, data, laplace = 0, ...)

Arguments

formula

formula

data

data.frame of training data

laplace

numeric, the Laplace smoothing parameter, must be >= 0.

...

other arguments passed to the h2o engine.

Value

a fitted h2o model.


stevenpawley/h2oparsnip documentation built on June 20, 2022, 12:48 p.m.