Error metrics for multi-class problems in R: beyond Accuracy and Kappa
The caret package for R provides a variety of error metrics for regression models and 2-class classification models, but only calculates Accuracy and Kappa for multi-class models. Therefore, I wrote the following function to allow caret:::train t... [Read more...]