I have trained a model that predicts a multinomial output (a.k.a. multi-class classification). Would anyone know how the accuracy can be measured?
The target takes one of the following values: "Yellow", "Red, "Green", or "Blue".
I know that for binomial targets, ROC/AUC provide a good solution. But I haven't found anything for my problem.