GaussianNBClassifier
GaussianNBClassifier
A model type for constructing a Gaussian naive Bayes classifier, based on MLJScikitLearnInterface.jl, and implementing the MLJ model interface.
From MLJ, the type can be imported using
GaussianNBClassifier = @load GaussianNBClassifier pkg=MLJScikitLearnInterface
Do model = GaussianNBClassifier()
to construct an instance with default hyper-parameters. Provide keyword arguments to override hyper-parameter defaults, as in GaussianNBClassifier(priors=...)
.
Hyper-parameters
priors = nothing
var_smoothing = 1.0e-9