responsible-ai-toolbox
responsible-ai-toolbox copied to clipboard
AUC chart
Description
first draft to add AUC chart to model overview; still needs PM input
Checklist
- [x] I have added screenshots above for all UI changes.
- [ ] TODO: I have added e2e tests for all UI changes.
- [ ] TODO: Documentation was updated if it was needed.
https://responsibleai.blob.core.windows.net/pullrequest/microsoft/responsible-ai-toolbox/hawestra/AUCChart/dashboard/index.html
https://responsibleai.blob.core.windows.net/pullrequest/microsoft/responsible-ai-toolbox/hawestra/AUCChart/dashboard/index.html
Perhaps on the wrong track here, but it seems like we might miss something by just looking at 100 thresholds vs all possible thresholds between values (after sorting).
originally, i was looking at 100 thresholds because this is how the metrics package does it but i changed that to look at the y probabilities themselves and go through each of these as the threshold
https://responsibleai.blob.core.windows.net/pullrequest/microsoft/responsible-ai-toolbox/hawestra/AUCChart/dashboard/index.html
https://responsibleai.blob.core.windows.net/pullrequest/microsoft/responsible-ai-toolbox/hawestra/AUCChart/dashboard/index.html
https://responsibleai.blob.core.windows.net/pullrequest/microsoft/responsible-ai-toolbox/hawestra/AUCChart/dashboard/index.html