Skip to content
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

[FEATURE] 2D roc_curve #18913

Closed
andrzejnovak opened this issue Nov 25, 2020 · 1 comment
Closed

[FEATURE] 2D roc_curve #18913

andrzejnovak opened this issue Nov 25, 2020 · 1 comment

Comments

@andrzejnovak
Copy link

In some cases, one wants to see the performance of applying two classifiers simultaneously. To see the performance one would want to look at a 2D roc curve, such as the one here https://cds.cern.ch/record/2703386/plots#0

It would be very convenient to have this available as a canned method like the 1d roc curve. I would expect a signature like

tpr, fpr1, fpr2 = roc_curve2D(ypred1, ypred2, ytru)

where tpr, fpr1, fpr2 would be np.meshgrid-like arrays

@glemaitre
Copy link
Member

Since we don't have any activities on this feature, I think it will not be a priority to implement it.

@glemaitre glemaitre closed this as not planned Won't fix, can't repro, duplicate, stale May 17, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants