angus924 / minirocket

MINIROCKET: A Very Fast (Almost) Deterministic Transform for Time Series Classification
GNU General Public License v3.0
286 stars 32 forks source link

pls help to understand how your this repo code related to sktime.transformers.series_as_features.rocket #25

Closed Sandy4321 closed 1 year ago

Sandy4321 commented 1 year ago

pls help to understand how your this repo code related to sktime.transformers.series_as_features.rocket as written in https://towardsdatascience.com/minirocket-fast-er-and-accurate-time-series-classification-cdacca2dcbfa from sktime.transformers.series_as_features.rocket import MiniRocket

is it the same code?

angus924 commented 1 year ago

It should be essentially the same code, I contributed the original sktime code for Rocket, MiniRocket, etc. However, I have not kept track of all the changes / refactoring that has taken place, so I can't guarantee that it's exactly the same. From a quick look, the core code is the same.

I hope that helps.