one-class SVM with kernlab
fails to produce predictions
#974
Labels
bug
an unexpected problem or unintended behavior
kernlab
fails to produce predictions
#974
The problem
I'm having trouble with using
parsnip
for one-class SVMs withkernlab
engine usingtype="one-svc"
option.First, it seems like I cannot get the fitted model to produce any predictions (see the reprex below). Would appreciate any help with that.
Second, unlike
kernlab
, it seems that the only way to fit the model with parsnip is to create a fake response column to act as they
in the formula, even though one-class novelty detection does not require a response variable. Is there any other way?Thanks.
Reproducible example
Created on 2023-05-25 with reprex v2.0.2
Session info
The text was updated successfully, but these errors were encountered: