fitter_svm {infinityFlow} | R Documentation |
Wrapper to SVM training. Defined separetely to avoid passing too many objects in parLapplyLB
fitter_svm(x = NULL, params = NULL)
x |
passed from fit_regressions |
params |
passed from fit_regressions |
A list with two elements: predictions and a fitted model
fitter_svm()