Evaluate Prediction - Multiclass
Returns a data frame with evaluation score of multi classification including the below.
- micro_f_score
- macro_f_score
- accuracy
- misclassification_rate
There are two ways to access. One is to access from 'Add' (Plus) button.

Another way is to access from a column header menu.


- Predicted Label Column - The column with predicted values. Usually, it's predicted_probability in the framework of Exploratory.
- Actual Value Column - The column with actual value.
Last modified 1yr ago