Skip to content

Shubhranshu-Shekhar/benefitter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

Benefitter: Early Classification on Multivariate Time Series

Requirements

For this code to run properly, the following python packages should be installed:

numpy
scipy
sklearn
Keras
keras-self-attention [Optional]

To run experiments on the UCR dataset, please download the datasets from http://www.cs.ucr.edu/~eamonn/time_series_data/ and copy it to data/ucr while preserving the subfolder structure.

To run the code, use the following command:

python keras_clssification/benefit_predictor.py --data_path "datasets/ucr" --dataset_name [name] --epochs 1

here [name] = ucr_dataset_name e.g. ECG200.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages