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

ModuleNotFoundError: No module named 'agots.generators'

Donek1 opened this issue · comments

i have used "pip install -r requirements.txt" but it still have some problems. why?

I can't tell you how we set this up back then but maybe you get it working by installing agots separately - see this line in the requirements: https://github.com/KDD-OpenSource/DeepADoTS/blob/master/requirements.txt#L2
We were using pip eggs, so maybe you need to find out on your own how to create and use those eggs. Probably, you create them by checking out agots and building it via the setup.py.

I can't tell you how we set this up back then but maybe you get it working by installing agots separately - see this line in the requirements: https://github.com/KDD-OpenSource/DeepADoTS/blob/master/requirements.txt#L2 We were using pip eggs, so maybe you need to find out on your own how to create and use those eggs. Probably, you create them by checking out agots and building it via the setup.py.

Thanks, i haved solved this question.