Back to models
Dataset (Classification)

ItalyPowerDemand

ItalyPowerDemand time series classification problem.

Quickstart

python
from sktime.datasets.classification.italy_power_demand import ItalyPowerDemand

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

Examples

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