Question: Which metric is used to evaluate the performance of a model in terms of its ability to distinguish between classes?
Options:
Correct Answer: Log Loss
Solution:
Log Loss measures the performance of a classification model whose output is a probability value between 0 and 1, evaluating its ability to distinguish between classes.