aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorGertjan van den Burg <gertjanvandenburg@gmail.com>2020-03-16 00:14:13 +0000
committerGertjan van den Burg <gertjanvandenburg@gmail.com>2020-03-16 00:14:13 +0000
commit75829e0e1fd7002211316fb0c154ce7d34d3efe1 (patch)
treeda6d9aea52131d0702bc7214204faa2f408c1fc4 /README.md
parentclarify warnings (diff)
downloadTCPDBench-75829e0e1fd7002211316fb0c154ce7d34d3efe1.tar.gz
TCPDBench-75829e0e1fd7002211316fb0c154ce7d34d3efe1.zip
Update readme
Diffstat (limited to 'README.md')
-rw-r--r--README.md14
1 files changed, 7 insertions, 7 deletions
diff --git a/README.md b/README.md
index f5f07cce..25d2703f 100644
--- a/README.md
+++ b/README.md
@@ -1,7 +1,7 @@
# Turing Change Point Detection Benchmark
-Welcome to the host repository of the Turing Change Point Detection Benchmark,
-a benchmark evaluation of change point detection algorithms developed at [The
+Welcome to the repository for the Turing Change Point Detection Benchmark, a
+benchmark evaluation of change point detection algorithms developed at [The
Alan Turing Institute](https://turing.ac.uk). This benchmark uses the time
series from the [Turing Change Point
Dataset](https://github.com/alan-turing-institute/TCPD) (TCPD).
@@ -10,7 +10,7 @@ Dataset](https://github.com/alan-turing-institute/TCPD) (TCPD).
- [Turing Change Point Detection
Benchmark](https://github.com/alan-turing-institute/TCPDBench)
- [Turing Change Point Dataset](https://github.com/alan-turing-institute/TCPD)
-- [An Evaluation of Change Point Detection Algorithms](URL_TO_PAPER) by
+- [An Evaluation of Change Point Detection Algorithms](https://arxiv.org/abs/2003.06222) by
[Gertjan van den Burg](https://gertjan.dev) and [Chris
Williams](https://homepages.inf.ed.ac.uk/ckiw/).
@@ -28,14 +28,14 @@ development of change point detection algorithms that work well in practice.
This repository contains the code necessary to evaluate and analyze a
significant number of change point detection algorithms on the TCPD, and
serves to reproduce the work in [Van den Burg and Williams
-(2020)](URL_TO_PAPER). Note that work based on either the dataset or this
-benchmark should cite that paper:
+(2020)](https://arxiv.org/abs/2003.06222). Note that work based on either the
+dataset or this benchmark should cite that paper:
```bib
@article{vandenburg2020evaluation,
title={An Evaluation of Change Point Detection Algorithms},
author={{Van den Burg}, G. J. J. and Williams, C. K. I.},
- journal={arXiv preprint},
+ journal={arXiv preprint arXiv:2003.06222},
year={2020}
}
```
@@ -161,7 +161,7 @@ commands to run them in the container.
The code in this repository is licensed under the MIT license, unless
otherwise specified. See the [LICENSE file](LICENSE) for further details.
Reuse of the code in this repository is allowed, but should cite [our
-paper](URL_TO_PAPER).
+paper](https://arxiv.org/abs/2003.06222).
## Notes