This function calculates raw residuals for both regression and
classification train
objects within a caretEnsemble
.
multiResiduals(object, ...)
A data.frame in the long format with columns for the model method, the observation id, yhat for the fitted values, resid for the residuals, and y for the observed value.
a caretEnsemble
to make predictions from.
other arguments to be passed to residuals