Skip to content
New issue

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

check out the acc, and Score #3

Closed
chumingqian opened this issue Feb 20, 2024 · 1 comment
Closed

check out the acc, and Score #3

chumingqian opened this issue Feb 20, 2024 · 1 comment

Comments

@chumingqian
Copy link

chumingqian commented Feb 20, 2024

Hello, author:
I think you let acc = Score, in your valid stage code, you let :

  `acc = accuracy_score(y_true, y_pred)`

however, the official scocre defination : score = (sp + se)/2 which you use it in the training stage but in the valid stage you use acc instead.

Can you check it out, thanks a lot.

@sidgairo18
Copy link
Contributor

sidgairo18 commented Apr 7, 2024

Thanks for your comment. The get_score function is used to compute the official score, see

#get_score(class_hits, class_counts, True)

Feel free to uncomment it when you evaluate your models :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants