@@ -5,18 +5,6 @@ This branch is the source code of experiment part of our paper. We provide ever
## Resources
## Resources
* Paper: Under review
* Paper: Under review
## Cite this Work:
If you find this work useful, you may cite this work:
```
@misc{lai2020tods,
title={TODS: An Automated Time Series Outlier Detection System},
author={Kwei-Harng Lai and Daochen Zha and Guanchu Wang and Junjie Xu and Yue Zhao and Devesh Kumar and Yile Chen and Purav Zumkhawaka and Minyang Wan and Diego Martinez and Xia Hu},
year={2020},
eprint={2009.09822},
archivePrefix={arXiv},
primaryClass={cs.DB}
}
```
## Datasets
## Datasets
To get the dataset, please go to "data/script" to run all of the python scripts. They will download and preprocess the data automatically into "data/" folder.
To get the dataset, please go to "data/script" to run all of the python scripts. They will download and preprocess the data automatically into "data/" folder.
@@ -31,10 +19,7 @@ This Pipeline json files are organized by different settings of algorithms.
To run a pipeline, you can generate your own pipeline json file from script.
To run a pipeline, you can generate your own pipeline json file from script.
Or you can directly use the pipelines we have generated in /pipelines with bash script:
Or you can directly use the pipelines we have generated in /pipelines with bash script:
```python
```python
./run.sh
sh run.sh
```
```
## Cite this Work:
If you find this work useful, you may cite this work:
```
@misc{lai2020tods,
title={TODS: An Automated Time Series Outlier Detection System},
author={Kwei-Harng Lai and Daochen Zha and Guanchu Wang and Junjie Xu and Yue Zhao and Devesh Kumar and Yile Chen and Purav Zumkhawaka and Minyang Wan and Diego Martinez and Xia Hu},
year={2020},
eprint={2009.09822},
archivePrefix={arXiv},
primaryClass={cs.DB}
}
```
*Please refer master branch of TODS for details of running pipelines.
*Please refer master branch of TODS for details of running pipelines.