Skip to content

Commit

Permalink
added citation notice
Browse files Browse the repository at this point in the history
  • Loading branch information
GPla authored Mar 28, 2024
1 parent a647879 commit 75b283f
Showing 1 changed file with 24 additions and 0 deletions.
24 changes: 24 additions & 0 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -134,3 +134,27 @@ A little benchmark with randomly generated inputs (:code:`np.random.randint(0, 2
+---------+-----------+--------------+--------+
| 100 000 | too long | 55.04712 | |
+---------+-----------+--------------+--------+

Citation
--------

If you use eTaPR, please cite the original author/paper:

.. code::
@inproceedings{10.1145/3477314.3507024,
author = {Hwang, Won-Seok and Yun, Jeong-Han and Kim, Jonguk and Min, Byung Gil},
title = {"Do You Know Existing Accuracy Metrics Overrate Time-Series Anomaly Detections?"},
year = {2022},
isbn = {9781450387132},
publisher = {Association for Computing Machinery},
address = {New York, NY, USA},
url = {https://doi.org/10.1145/3477314.3507024},
doi = {10.1145/3477314.3507024},
booktitle = {Proceedings of the 37th ACM/SIGAPP Symposium on Applied Computing},
pages = {403–412},
numpages = {10},
keywords = {accuracy metric, anomaly detection, precision, recall, time-series},
location = {Virtual Event},
series = {SAC '22}
}

0 comments on commit 75b283f

Please sign in to comment.