View source: R/classifier_model_summary.R
predict.type | R Documentation |
predict outcomes of observations in data using *selected features*
## S3 method for class 'type' predict(model, data, type = "raw")
model |
a CV trained model, an output of cv_loop_train_iter |
data |
input matrix, of dimension |
type |
'raw' (default) or 'prob' |
a named vector, either outputs class labels ('raw) or probability tables, a column for each class label ('prob')
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.