Probabilistic classification: Difference between revisions

Content deleted Content added
w'l
Line 33:
==Evaluating probabilistic classification==
Commonly used loss functions for probabilistic classification include [[log loss]] and the [[mean squared error]] between the predicted and the true probability distributions. The former of these is commonly used to train logistic models.
 
A method used to assign scores to pairs of predicted probabilities and actual discrete outcomes, so that different predictive methods can be compared, is called a [[scoring rule]].
 
==References==