Closed ndanielsen closed 4 years ago
Wanted to add a paper reference here, which should be included in the docs when implemented:
Martin, Alvin, George Doddington, Terri Kamm, Mark Ordowski, and Mark Przybocki. 1997. “The DET Curve in Assessment of Detection Task Performance.” National Inst of Standards and Technology Gaithersburg MD.
And another reference to a Matlab toolkit for DET curves: https://sites.google.com/site/nikobrummer/
Thanks, @ndanielsen for a very thorough feature issue!
Going to archive this one for now since the conversation has gone a bit stale; happy to reopen if someone has bandwidth and interest!
A community suggestion from reddit, implement a DET curve visualizer for model comparison.
From wikipedia:
A detection error tradeoff (DET) graph is a graphical plot of error rates for binary classification systems, plotting the false rejection rate vs. false acceptance rate.[1] The x- and y-axes are scaled non-linearly by their standard normal deviates (or just by logarithmic transformation), yielding tradeoff curves that are more linear than ROC curves, and use most of the image area to highlight the differences of importance in the critical operating region.
Aspiration Wikipedia image comparing multiple models:
Sample Code for plotting one model on a mpt object. Reference link below:
Suggested Visualizer Interface
Sample Code Reference Link https://jeremykarnowski.wordpress.com/2015/08/07/detection-error-tradeoff-det-curves/
Source Reddit comment https://www.reddit.com/r/MachineLearning/comments/8mbif5/news_new_release_of_python_ml_visualization/dzpford/