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

Anomaly Detection #42

Open
lforeman2 opened this issue Jun 24, 2020 · 0 comments
Open

Anomaly Detection #42

lforeman2 opened this issue Jun 24, 2020 · 0 comments

Comments

@lforeman2
Copy link

A more typical use case would be to have the normal and abnormal test data mixed together as one dataset. How would one identify the anomalies (abnormal data) from the predictions of the fitted model? As it stands, the prediction is run individually on each line in test_xx_loader - and is only really useful for calculating metrics. How would you map this back to the original dataset? How would we calculate a row-wise loss or 'anomaly score' for each sequence (row) in the test data? For example, I would like to say line number 5 in the test data was an anomalous/abnormal sequence.

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

1 participant