KDD-OpenSource / DeepADoTS

Repository of the paper "A Systematic Evaluation of Deep Anomaly Detection Methods for Time Series".

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

How can I use my data in main.py?

AliAzG opened this issue · comments

I want use my data instead of synthetic data and want to see the reports on my data!
How can I achieve this?
Thanks in advance.

Pass your data matrix in model.fit(x_train).