Closed smilesun closed 5 years ago
maybe tuning brier score is the best, since other measure might have matrix inversion problem during GP
Threshold tuning makes sense for measures that require a response not a probabilitiy
By adjusting the threshold we can then, for example obtain higher accurarcies. For measures that require probabilities, tuning the threshold does not make sense.
I would suggest brier score.
for classification, the threshold can be tuned by mlr, how to do that? what is the advantage and disadvantage compared to tuning auc? are the two better than tuning mmce?