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.metrics.accuracy_score(y_true, y_pred, *, normalize=True, sample_weight=None) 本文:acc = metrics.accuracy_score(predicts, gts) 请问这里predicts,和gts,是不是写反了?
The text was updated successfully, but these errors were encountered:
我也感觉这里写反了
Sorry, something went wrong.
No branches or pull requests
官方:sklearn.metrics.accuracy_score(y_true, y_pred, *, normalize=True, sample_weight=None)
本文:acc = metrics.accuracy_score(predicts, gts)
请问这里predicts,和gts,是不是写反了?
The text was updated successfully, but these errors were encountered: