Closed edsantor closed 3 years ago
@edsantor It looks like this isn't supported in the underlying package, i.e. there's nothing we can do about it in mlr/mlr3. Feel free to reopen if I'm mistaken, but this would be an issue to raise with the kernlab developers.
I report that it is not possible to set the parameter 'cost' in a learner 'regr.svm' when 'type = nu-regression'. The following error message appears:
I consider this fact to be an error since the parameter C also appears in the mathematical definition of nu-SVR.
In addition, it is possible to set the parameter 'cost' (C) directly using the e1071 package for 'nu-regression'. The same error appears with the learner 'regr.ksvm' from the kernlab package.