Evaluate a classification model output

cal_class_fit(model, test_x_class, test_y_class)

Arguments

model

A classification model output

test_x_class

Outcomes of the test dataset

test_y_class

Predictors of the test dataset

Value

a dataframe of three columns (.metric, .estimator, .estimate)