diff options
| author | Gertjan van den Burg <gertjanvandenburg@gmail.com> | 2020-08-14 13:30:05 +0100 |
|---|---|---|
| committer | Gertjan van den Burg <gertjanvandenburg@gmail.com> | 2020-08-14 13:30:05 +0100 |
| commit | 9c63a6409088b4c4b4b63163e4eb6e10b29d012d (patch) | |
| tree | 41db0eb43fe27a9b96b9278cf3c56d802b70c369 /README.md | |
| parent | Disable threading in get_apple.py (diff) | |
| download | TCPD-9c63a6409088b4c4b4b63163e4eb6e10b29d012d.tar.gz TCPD-9c63a6409088b4c4b4b63163e4eb6e10b29d012d.zip | |
Add annotations to this repository
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 10 |
1 files changed, 9 insertions, 1 deletions
@@ -7,7 +7,7 @@ Welcome to the host repository of the Turing Change Point Dataset, a set of time series specifically collected for the evaluation of change point detection algorithms on real-world data. This dataset was introduced in [this paper](https://arxiv.org/abs/2003.06222). For the repository containing the -code and annotations, see +code used for the experiments, see [TCPDBench](https://github.com/alan-turing-institute/TCPDBench). **Useful links:** @@ -46,6 +46,14 @@ paper](https://arxiv.org/abs/2003.06222): } ``` +The annotations are stored in the [annotations.json](annotations.json) file, +which is the same as that used in the experiments (see +[here](https://github.com/alan-turing-institute/TCPDBench/blob/master/analysis/annotations/annotations.json)). +Annotations are organised in a JSON object by dataset name and annotator id, +and use 0-based indexing. See the +[TCPDBench](https://github.com/alan-turing-institute/TCPDBench) repository for +more information on extending the benchmark with your own methods or datasets. + ## Getting Started Many of the time series in the dataset are included in this repository. |
