Description Usage Arguments Examples
Create setting for naive bayes model with python
1 | setNaiveBayes(variableNumber = 2000)
|
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) |
1 2 3 4 | ## Not run:
model.nb <- setNaiveBayes()
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.