Retrieve out of sample/fold predictions
fetch_oos_scores(model, ...)
model | A |
---|---|
... | Parameters passed to |
A data.frame
with out of sample/fold predictions for each
row of the training data, and containing an additional column with
a primary key.
Returns the out of sample (or out of fold) predictions for each observation. For a multiclass model, a data frame is returned with one column of predictions for each class.
civis_ml