retriever icon indicating copy to clipboard operation
retriever copied to clipboard

Add Turing Change Point Dataset

Open ethanwhite opened this issue 4 years ago • 2 comments

Main link: https://github.com/alan-turing-institute/TCPD Format: JSON Description: A set of time series specifically collected for the evaluation of change point detection algorithms on real-world data. Complexities: Only some datasets are available directly in the repo. Others are downloadable via Python scripts.

ethanwhite avatar Feb 24 '21 18:02 ethanwhite

I would like to work on this issue. Can you guide me on how to get started with it?

Om-Doiphode avatar Feb 08 '23 16:02 Om-Doiphode

You will need to read about script creation. https://retriever.readthedocs.io/en/latest/recipes.html#script-creation

The data is in JSON format and there are some examples on that.

henrykironde avatar Feb 12 '23 23:02 henrykironde