Python Forum
Are there any techniques for improving logloss? - Printable Version

+- Python Forum (https://python-forum.io)
+-- Forum: Python Coding (https://python-forum.io/forum-7.html)
+--- Forum: Data Science (https://python-forum.io/forum-44.html)
+--- Thread: Are there any techniques for improving logloss? (/thread-32962.html)



Are there any techniques for improving logloss? - AlekseyPython - Mar-20-2021

I use logloss as a quality criterion, but it has a number of disadvantages:
1. Has infinite errors with confident misclassification.
2. Has a slight gradient in the "border" zone, where recognition is especially important.

Are there any modifications to this feature to improve the performance of machine learning algorithms?