Open
Description
Related to #1114.
This SO post runs into troubles with the formula interface of
kernlab::ksvm()
which could be resolved by using the matrix interface of the kernlab function.
We should explore whether there are any potential downsides to switching to kernlab's xy interface and confirm that it resolves the memory protection issues seen in that post.