cal_class_fit: Evaluate a classification model output

View source: R/utils.r

cal_class_fitR Documentation

Evaluate a classification model output

Description

Evaluate a classification model output

Usage

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)


snfagora/autotextclassifier documentation built on June 16, 2022, 9:42 a.m.