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

Making predictions in testing? #10

Open
94929 opened this issue Nov 18, 2020 · 1 comment
Open

Making predictions in testing? #10

94929 opened this issue Nov 18, 2020 · 1 comment

Comments

@94929
Copy link

94929 commented Nov 18, 2020

Once I've trained my DeepSAD model, I'd like to make a prediction using the trained model.

In my understanding, when making a prediction for one data, the anomaly score can be calculated using the norm-2 (I assume that the number 2 is omitted) as described in the paper.

Use of norm-2 in DeepSAD paper

Once the anomaly score is calculated, how do I use it to classify a given data?

Thanks in advance.

@davnn
Copy link

davnn commented Feb 1, 2021

You set a suitable threshold based on your knowledge, e.g. your ROC curve observations.

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