KDD-OpenSource / DeepADoTS

Repository of the paper "A Systematic Evaluation of Deep Anomaly Detection Methods for Time Series".
MIT License
569 stars 117 forks source link

How can I use my data in main.py? #189

Closed AliAzG closed 5 years ago

AliAzG commented 5 years ago

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.

WGierke commented 5 years ago

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