Hey Mathieu.
Is there a reason that predict_proba is not implemented for multi-class classification?
The multi-class log loss is the correct log loss so predict_proba should just be the exp'ed and normalized decision function, right? Or am I overlooking something?
I'm trying to get to some more or less calibrated logistic model.
Hey Mathieu. Is there a reason that predict_proba is not implemented for multi-class classification? The multi-class log loss is the correct log loss so predict_proba should just be the exp'ed and normalized decision function, right? Or am I overlooking something? I'm trying to get to some more or less calibrated logistic model.