11

I know I've seen it both ways, so is there a difference between the two, and which one is more commonly referred to?

Richard Hardy
  • 54,375
  • 10
  • 95
  • 219
Kevin
  • 221
  • 2
  • 5

1 Answers1

16

Logarithmic loss = Logistic loss = log loss = $-y_i\log(p_i) - (1 -y_i) \log(1 -p_i)$

Sometimes people take a different logarithmic base, but it typically doesn't matter. I hear logistic loss more often.


FYI:

Franck Dernoncourt
  • 42,093
  • 30
  • 155
  • 271