shaplets-python icon indicating copy to clipboard operation
shaplets-python copied to clipboard

Python implementation of the Learning Time-Series Shapelets method, that learns a shapelet-based time-series classifier with gradient descent.

Results 2 shaplets-python issues
Sort by recently updated
recently updated
newest added

great code thanks may you clarify : will it work for multivariate time series prediction both regression and classification 1 where all values are continues values weight height age target...

I have used your implementation on my own dataset. It seems to work fine when the data is in its original format. However, whenever I normalize or standardize the data,...