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

Quasi-Monte Carlo Discrepancy always predicts an outlier #549

Open
Hellsice opened this issue Mar 27, 2024 · 1 comment
Open

Quasi-Monte Carlo Discrepancy always predicts an outlier #549

Hellsice opened this issue Mar 27, 2024 · 1 comment

Comments

@Hellsice
Copy link

I've found that the QMCD model will always predict at least one outlier due to the normalization of its decision scores.
This results in the model not performing at all if there are no outliers in the dataset.
Is this intentional? If so, why was it implemented like this?

@KulikDM
Copy link
Contributor

KulikDM commented Mar 27, 2024

Hi @Hellsice great question and I see your concern. The normalization of the decision scores was done since QMCD sometimes tends to identify the outlier class as having the lower scores. Normalizing allows for a simple test to flip the results if this happens. However, I myself have noticed that this simple test is not very robust and perhaps a better sense check would be to rather check the skewness of the scores' distribution and flip if it is highly skewed to the left. Will investigate this.

@KulikDM KulikDM mentioned this issue Apr 22, 2024
7 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants