Code for the submission "Bandit Quickets Changepoint Detection"
===============================================================


1. Requirements

The code is written in Python-3 Jupyter notebook format. It requires the following Python packages:

1. librosa
2. librosa.display
3. numpy
4. matplotlib.pyplot
5. tensorflow (only for audio experiment)
6. os, sys
7. sklearn.model_selection
8. sklearn
9. pickle
10.tqdm

2. Organization

The code is organized into two folders, pertaining to synthetic and audio data based experiments. See the README file in each folder for detailed instructions on running the experiments. 