Back to models
Dataset (Classification)

OSULeaf

OSULeaf time series classification problem.

Quickstart

python
from sktime.datasets.classification.osuleaf import OSULeaf

estimator = OSULeaf(return_mtype='pd-multiindex')

Examples

>>> from sktime.datasets.classification import OSULeaf
>>> X, y = OSULeaf (). load ("X", "y")