two_class_example | R Documentation |
Two class predictions
Description
Two class predictions
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.
Value
two_class_example |
a data frame |
Examples
data(two_class_example)
str(two_class_example)