-
Notifications
You must be signed in to change notification settings - Fork 43
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
Refactor ROC module #183
Comments
In case this is helpful for this, I noticed that the input type of the data silently gives different results for the same data (see example below). I think the input variables should be explicitly coerced into a specific type or raise an error if not of the expected type to avoid these issues. I get different results for each of these examples:
|
Thanks for this. We are planning to do a major refactor to this module soon as it is a mess. |
ROC plot has been having a lot of problems. Right now forced choice accuracy doesn't seem to be always correct.
We should refactor this and write proper tests.
Also need to address balanced accuracy p-value at some point (try permutations)
The text was updated successfully, but these errors were encountered: