Skip to main content

Blog

Learn About Our Meetup

5000+ Members

MEETUPS

LEARN, CONNECT, SHARE

Join our meetup, learn, connect, share, and get to know your Toronto AI community. 

JOB POSTINGS

INDEED POSTINGS

Browse through the latest deep learning, ai, machine learning postings from Indeed for the GTA.

CONTACT

CONNECT WITH US

Are you looking to sponsor space, be a speaker, or volunteer, feel free to give us a shout.

[R] GENDIS: GENetic DIscovery of Shapelets (to classify timeseries)

In the time series classification domain, shapelets are small subseries that are discriminative for a certain class. It has been shown that by projecting the original dataset to a distance space, where each axis corresponds to the distance to a certain shapelet, classifiers are able to achieve state-of-the-art results on a plethora of datasets. In order to find these shapelets, the current state-of-the-art (in terms of predictive performance) performs a brute-force search that quickly becomes intractable for larger datasets.

Therefore, we propose a genetic algorithm that searches for an entire set of shapelets directly. This results in a more scalable algorithm that is competitive to the current state-of-the-art. Moreover, the number of shapelets needed to achieve this competitive performance is several orders of magnitude smaller than the current sota.

The implementation follows the sklearn interface. You can just simply use `fit` and `transform` methods. There are docs.

You can find the code (with an example notebook and tutorial) on Github.

submitted by /u/givdwiel
[link] [comments]