Skip to content

Commit 3851072

Browse files
93 add arxiv link to readme (#94)
* Added reference to README.md Signed-off-by: LouisCarpentier42 <louis.carpentier@kuleuven.be> * Updated tex-name of reference Signed-off-by: LouisCarpentier42 <louis.carpentier@kuleuven.be> * Added double brackets to ensure capitalization Signed-off-by: LouisCarpentier42 <louis.carpentier@kuleuven.be> * Updated changelog.rst Signed-off-by: LouisCarpentier42 <louis.carpentier@kuleuven.be> --------- Signed-off-by: LouisCarpentier42 <louis.carpentier@kuleuven.be>
1 parent ec07e0e commit 3851072

File tree

2 files changed

+20
-0
lines changed

2 files changed

+20
-0
lines changed

README.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,25 @@ anomaly_probabilities = detector.predict_proba(X_)
6868
```
6969
![Demonstration-time-series-detected-anomalies.svg](https://github.com/ML-KULeuven/dtaianomaly/blob/main/notebooks/Demonstration-time-series-detected-anomalies.svg?raw=true)
7070

71+
## Acknowledgments
72+
73+
If you find ``dtaianomaly`` useful for your work, we would appreciate the following
74+
[citation](https://arxiv.org/abs/2502.14381):
75+
76+
```bibtex
77+
@article{carpentier2025dtaianomaly,
78+
title={{dtaianomaly: A Python library for time series anomaly detection}},
79+
author={Louis Carpentier and Nick Seeuws and Wannes Meert and Mathias Verbeke},
80+
year={2025},
81+
eprint={2502.14381},
82+
archivePrefix={arXiv},
83+
primaryClass={cs.LG},
84+
url={https://arxiv.org/abs/2502.14381},
85+
}
86+
```
87+
> Carpentier, L., Seeuws, N., Meert, W., Verbeke, M.: dtaianomaly: A Python
88+
> library for time series anomaly detection (2025), https://arxiv.org/abs/2502.14381
89+
7190
## Contribute
7291

7392
The goal of ``dtaianomaly`` is to be community-driven. All types of contributions

docs/additional_information/changelog.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ Latest
99
Added
1010
^^^^^
1111
- Implemented ``KShapeAnomalyDetector`` anomaly detector.
12+
- Added arXiv citation to the documentation.
1213

1314
Changed
1415
^^^^^^^

0 commit comments

Comments
 (0)