Skip to content

what's the meaning of ROCAUC when using QuantileFilter #1173

Answered by MaxHalford
hesamgh77 asked this question in Q&A
Discussion options

You must be logged in to vote

Hey there @hesamgh77. I think you're mixing things up. metrics.ROCAUC and anomaly.QuantileFilter have nothing to do with each other.

The metrics.ROCAUC class measures the ROC AUC score in an online fashion. It does that by maintaining several confusion matrices, each one representing the confusion matrix when the output score is thresholded by p.

The anomaly.QuantileFilter class is here to filter out anomalies, so that the underlying anomaly detector doesn't learn on them.

I hope that helps.

Replies: 2 comments 9 replies

Comment options

You must be logged in to vote
4 replies
@hesamgh77
Comment options

@MaxHalford
Comment options

@hesamgh77
Comment options

@MaxHalford
Comment options

Answer selected by MaxHalford
Comment options

You must be logged in to vote
5 replies
@MaxHalford
Comment options

@hesamgh77
Comment options

@MaxHalford
Comment options

@hesamgh77
Comment options

@MaxHalford
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants