cal_class_fit | R Documentation |
Evaluate a classification model output
cal_class_fit(model, test_x_class, test_y_class)
model |
A classification model output |
test_x_class |
Outcomes of the test dataset |
test_y_class |
Predictors of the test dataset |
a dataframe of three columns (.metric, .estimator, .estimate)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.