Rgtsvm icon indicating copy to clipboard operation
Rgtsvm copied to clipboard

Using Rgtsvm with caret metapackage

Open mjmg opened this issue 6 years ago • 0 comments

I would prefer to use caret as the primary interface for modelling. As Rgtsvm is declared to be compatible with e1071 package, what is the supported way for caret to use Rgtsvm under the hood?

The following gives several examples on how to accomplish such tasks: https://github.com/topepo/caret/issues/386 https://stackoverflow.com/questions/29449639/svm-in-r-with-caret-using-e1071-instead-of-kernlab https://github.com/tonysla/svm-with-caret-package/blob/master/R_SVM_with_Caret.R

Are there any issues that we should be aware of? https://stackoverflow.com/questions/18911338/vastly-different-results-for-svm-model-using-e1071-and-caret

Is it enough for Rgtsvm to just mask the e1071 package functions prior to loading caret and expect them to work similarly when using caret as an interface?

mjmg avatar Dec 19 '17 17:12 mjmg