Zurück zu den Modellen
Dataset (Forecasting)

USChange

Load USChange dataset for forecasting growth rates of consumption and income.

Schnellstart

python
from sktime.datasets.forecasting.uschange import USChange

estimator = USChange(y_name='Consumption')

Parameter(1)

y_namestr, optional (default=”Consumption”)
Name of the target variable (y).

Beispiele

>>> from sktime.datasets.forecasting import USChange
>>> y, X = USChange (). load ("y", "X")

Referenzen

[1]

Data for “Forecasting: Principles and Practice” (2nd Edition).