Skip to content

dtak/cpd

Folders and files

NameName
Last commit message
Last commit date
Mar 19, 2025
Mar 19, 2025
Mar 19, 2025
Mar 17, 2025
Mar 17, 2025
Mar 19, 2025
Mar 17, 2025
Mar 17, 2025

Repository files navigation

Setup

Setup script

We provide a setup script that clones the TCPD repository and installs the dependencies.

./setup.sh

Setup the environment

We use uv to manage the dependencies through the pyproject.toml file. You can install the dependencies by running:

# Install uv if you don't have it
curl -LsSf https://astral.sh/uv/install.sh | sh

# Install the dependencies
uv sync

Downloading the data

We use the datasets from the TCPD repository, which should be downloaded into the home directory. You don't need to run it again if you have already run the setup script.

git clone git@github.com:alan-turing-institute/TCPD.git

Running the ruptures benchmarks

We provide a notebook to run the benchmarks using the ruptures library in notebooks/ruptures_benchmarks.ipynb.

About

change point detection

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published