powered by
Two class predictions
a data frame
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.
data(two_class_example) str(two_class_example)
Run the code above in your browser using DataLab