tslearn.early_classification

The tslearn.early_classification module gathers early classifiers for time series.

Such classifiers aim at performing prediction as early as possible (i.e. they do not necessarily wait for the end of the series before prediction is triggered).

User guide: See the Early Classification section for further

details.

Classes

NonMyopicEarlyClassifier([n_clusters, ...])

Early Classification modelling for time series using the model presented in [R8800ebd43eb3-1].