We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
sklearn的logloss的多标签计算是没有除以标签数的,所以val_loss需要再除以标签数,再算1-loss
The text was updated successfully, but these errors were encountered:
感谢指正
Sorry, something went wrong.
好奇怪啊,为什么我同样用sklearn的logloss,但是参数是numpy计算就为负的,换成你的用list传参就正常了?@DLLXW
No branches or pull requests
sklearn的logloss的多标签计算是没有除以标签数的,所以val_loss需要再除以标签数,再算1-loss
The text was updated successfully, but these errors were encountered: