SVM wrapper for CCI
wrapper_svm(
formula,
data,
train_indices,
test_indices,
metric,
metricfunc = NULL,
eps = 1e-15,
...
)Performance metric (RMSE for continuous, Kappa for classification)
Model formula
Data frame
Indices for training data
Indices for testing data
Type of metric ("RMSE", "Kappa" or "Log Loss")
Optional user-defined function to calculate a custom performance metric.
Small value to avoid log(0) in LogLoss calculations. Default is 1e-15.
Additional arguments passed to e1071::svm