-
Notifications
You must be signed in to change notification settings - Fork 37
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
About anomaly detection #35
Comments
There is an argument "feature", maybe we can change it to use multi-variable time series. |
@ANopony Sorry, I couldn't achieve my effect by using feature parameters. I would like to ask how to use public multi-variable time series data sets such as SWAT, PSM, etc. for anomaly detection, using Timer. |
Actually I used a multi-variable time series data set for anomaly detection a two weeks ago, and it trained successfully. My dataset has one timestamp column and three feature columns named AccX, AccY and AccZ. Perhaps code cannot get the border to divide SWAT, PSM, etc. Would you mind paste the error the terminal said? |
@ANopony Sorry to bother you, could you please take a look at your running script? |
@ANopony Thank you for sharing. Since I have reproduced Time-Series-Library before, I thought that the multi-variable csv file can be directly passed in as a dataset. This has been bothering me for a long time, thanks for your guidance. |
I would like to ask, UCR data is multiple univariate time series data. If I want to use multi-variable time series anomaly detection, how should I modify the running script or how to modify my custom dataset?
The text was updated successfully, but these errors were encountered: