This repository implements an algorithm for detecting distribution changes in data streams as described in A Martingale Framework for Concept Change Detection in Time-Varying Data Streams paper.
- Install requirements:
pip install -r requirements.txt
- Run notebook:
jupyter notebook
- Open MainNotebook.ipynb