View source: R/SklearnClassifierSettings.R
setNaiveBayes | R Documentation |
Create setting for naive bayes model with python
setNaiveBayes()
a modelSettings object
## Not run:
plpData <- getEunomiaPlpData()
model <- setNaiveBayes()
analysisId <- "naiveBayes"
saveLocation <- file.path(tempdir(), analysisId)
results <- runPlp(plpData, modelSettings = model,
saveDirectory = saveLocation,
analysisId = analysisId)
# clean up
unlink(saveLocation, recursive = TRUE)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.