Why not use logloss as training metric rather than accuracy?

Seems odd to train using accuracy when logloss is the goal.

Would it not be better to apply clipping and calculate logloss on the validation set. Then we could estimate leaderboard position before even submitting?

1 Like

If log loss is the metric for your competition, you should usually use it for training as well.