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

Corrected window for realAWSCloudwatch/iio_us-east-1_i-a2eb1cd9_Netwo… #389

Merged
merged 1 commit into from
Feb 24, 2022

Conversation

markNZed
Copy link
Contributor

@markNZed markNZed commented Dec 8, 2021

I'm replacing a previous pull request with this because I've moved the fix to a branch. Here is the text from the previous PR #388

The data file realAWSCloudwatch/iio_us-east-1_i-a2eb1cd9_NetworkIn.csv has two anomalies and 1243 samples. The total amount of window length is 124 samples, so 62 for each anomaly, 31 samples prior to each anomaly and 31 samples after each anomaly.

The labels/combined_windows.json file is not correct for the first anomaly at timestamp "2013-10-10 09:35:00" or line 208 in realAWSCloudwatch/iio_us-east-1_i-a2eb1cd9_NetworkIn.csv

The samples are at every 5 minutes, 31 samples prior is 2hours 35mins or timestamp "2013-10-10 07:00:00" (line 177), 31 samples after is "2013-10-10 12:10:00" (line 239)

The file labels/combined_windows.json has been updated.

This does not impact the inputs to the detectors, nor the outputs of the detectors, therefore I think this change should be included in the current NAB release. It would require rerunning the scoring (not the detectors).

@markNZed
Copy link
Contributor Author

@lscheinkman thanks for looking into this (and thanks for reviewing ARTime too!). Do you think the scores table should be recalculated based on the new label window? I think this should only require rerunning the scoring step but I did not do that in this PR.

@lscheinkman
Copy link
Contributor

@markNZed Thank you for pointing that out, however the label window values were not merged into NAB. The results you reported in the scores table are based on the original label window.

This PR was closed because #393 was merged and included this commit fa5fe2c. The label window changes were reverted back to their original values in this commit 450b949 so there is no need to rerun the scoring step.

@markNZed
Copy link
Contributor Author

@lscheinkman what happens with the bug in the original label window? I imagine that should be fixed at some point in the future.

@lscheinkman
Copy link
Contributor

You can leave issue #385 open so others are aware.

Changes to the label window may require another version of NAB, but as @subutai mentioned in #386, "NAB is in maintenance mode right now, so we can't really create a new version ...".

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

Successfully merging this pull request may close these issues.

2 participants