-
Notifications
You must be signed in to change notification settings - Fork 46
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
Evaluation Script util_out.py discrepency #7
Comments
Do you have an example test case where the two scripts yield different results? |
Thank you Yun for your quick reply! Included are 2 pickle files of pred + truth file of (20123,527) shape |
Your eval script's AUC and dprime is about 50% of the sklearn one below:
|
I've found the cause: the
I've modified the second line of the function to convert |
https://github.com/lijuncheng16/AudioTaggingDoneRight/blob/b8ec7f509b2a4909777e7572445a0f6233392ce1/src/utilities/stats.py
The AUC calculation would return a different result VS. using the sklearn metrics package, very interesting, but haven't figured out which step was different.
The text was updated successfully, but these errors were encountered: