yardstick (version 0.0.3)

two_class_example: Two Class Predictions

Description

Two Class Predictions

Arguments

Value

two_class_example

a data frame

Details

These data are a test set form a model built for two classes ("Class1" and "Class2"). There are columns for the true and predicted classes and column for the probabilities for each class.

Examples

Run this code
# NOT RUN {
data(two_class_example)
str(two_class_example)
# }

Run the code above in your browser using DataCamp Workspace