setNaiveBayes: Create setting for naive bayes model with python

Description Usage Arguments Examples

View source: R/NaiveBayes.R

Description

Create setting for naive bayes model with python

Usage

1
setNaiveBayes(variableNumber = 2000)

Arguments

variableNumber

The number of variables selected by feature selection prior to training the model (this is required due to Naive Bayes requring a non sparse matrix)

Examples

1
2
3
4
## Not run: 
model.nb <- setNaiveBayes()

## End(Not run)

hxia/plp-git-demo documentation built on March 19, 2021, 1:54 a.m.