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

labeled_anomalies.csv - numvalues does not match data #62

Closed
sada-narayanappa opened this issue Oct 2, 2021 · 2 comments
Closed

labeled_anomalies.csv - numvalues does not match data #62

sada-narayanappa opened this issue Oct 2, 2021 · 2 comments

Comments

@sada-narayanappa
Copy link

HI

Thank you for the code and publication. I have a few question I post them separately for tracking.

In README.md, the description for labeled_anomalies.csv suppose to bem
channel id, … num_values

When I inspect A-1.npy I get the following shape
d = np.load(f"../data/train/A-1.npy")
d.shape, d.shape[0] * d.shape[1]

Out: ((2880, 25)
However, the corresponding entry for A-1 in the labeled_anomalies.csv is:
A-1, SMAP, [[4690, 4774]], [point], 8640

I was wondering num_values are 8640 which is not what I see in the data which is 2880

What does num_values mean and am In reading it right? please clarify

@sada-narayanappa
Copy link
Author

It seems like the num_values refer to the number of rows in "test" directory. I am closing this

@sada-narayanappa
Copy link
Author

It seems like the num_values refer to the number of rows in "test" directory. I am closing this

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