Run compareTo N times in parallel.
compareMulti(
data,
target,
method_s,
N = 100,
nc = NA,
floss = NULL,
verbose = TRUE,
...
)Data matrix or data.frame
Target vector (generally)
Either a single function, or a list (examples: agghoo_run, standardCV_run)
Number of calls to method(s)
Number of cores. Set to parallel::detectCores() if undefined. Set it to any value <=1 to say "no parallelism".
Loss function to compute the error on testing dataset.
TRUE to print task numbers and "Errors:" in the end.
arguments passed to method_s function(s)