neungkl / time-series-project

πŸ“— Time series project play around with Dynamic time warping algorithm

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Time Series Project

A time series project that play around with Dynamic time warping algorithm.

πŸ‘‰ Task: task.pdf
πŸ‘‰ Report: report.pdf

Run Script

To run the code, the dataset must be pre-load before starts the script. All dataset available on http://www.cs.ucr.edu/~eamonn/time_series_data/

Please firstly extract the dataset to data folder.

Then, starts the docker by:

docker-compose up

To run avering method, enter localhost:8888 and run scipt inside Jupyter Lab.

If you would like to run DTW classification:

docker exec -it time-series-project_go_1 bash
cd src/task-1/
chmod +x ./run-dtw.sh
./run-dtw.sh

Project Members

About

πŸ“— Time series project play around with Dynamic time warping algorithm


Languages

Language:Jupyter Notebook 95.2%Language:Python 2.4%Language:Go 2.3%Language:Shell 0.1%