Description Usage Arguments Value
Test a trained model with labelled data.
1 | testModel(model, task)
|
model |
A trained model as returned by the function |
task |
A classification task as returned by |
A list with results of the prediction:
prediction
: Results of the prediction of class mlr::Prediction.
error
: Values of the balanced error rate (ber
) and the mean mis-classification error (mmce
)
calculated from the prediction confusion matrix.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.