Why is h2o.randomforest
calculating MSE on Out of bag sample and while training for a multinomail classification problem?
I have done binary classification also using h2o.randomforest, there it used to calculate AUC
on out of bag sample
and while training
but for multi classification random forest is calculating MSE which seems suspicious. Please see this screenshot.
My target variable was a factor containing 4 factor levels model1
, model2
, model3
and model4
. In the screenshot you would also a confusion matrix for these factors.
Can someone please explain this behaviour?