A prototype implementation for ROCKET - Exceptionally fast and accurate time series classification using random convolutional kernels https://arxiv.org/abs/1910.13051
Build an environment:
virtualenv venv
source venv/bin/activate
pip3 install -r requirementsIn order to train the model, run:
python3 train.pyTesting the trained can be done by running:
python3 test.pyThe script will choose the best model from the trained models folder, will sample a series from the dataloader, predict the class and plot it

