davhbrown / interactive_classification_metrics

Get an intuitive sense for the ROC curve and other binary classification metrics with interactive visualization.
https://www.glidergrid.xyz/post-archive/understanding-the-roc-curve-and-beyond
MIT License
4 stars 0 forks source link

Performance issues #3

Open davhbrown opened 8 months ago

davhbrown commented 8 months ago

Performance/responsiveness of interactive graphs gets worse as the number of samples (N) for either of the normal distributions increases.

Current workarounds: keeping N low or clicking slider locations rather than sliding.

davhbrown commented 2 months ago

Update improved workaround: cap the max number of points generated by capping both "N" Sliders at 500 as of PR #6