# dontrun reason: requires python's scikit-learn, checkSklearn() will error without it
if (FALSE) {
plpData <- getEunomiaPlpData()
model <- setSVM(C = list(1), gamma = list("scale"), seed = 42)
saveLoc <- file.path(tempdir(), "svm")
results <- runPlp(plpData, modelSettings = model, saveDirectory = saveLoc)
# clean up
unlink(saveLoc, recursive = TRUE)
}
Run the code above in your browser using DataLab