Dataset (Forecasting)
USChange
Load USChange dataset for forecasting growth rates of consumption and income.
Quickstart
python
from sktime.datasets.forecasting.uschange import USChange
estimator = USChange(y_name='Consumption')Parameters(1)
- y_namestr, optional (default=”Consumption”)
- Name of the target variable (y).
Examples
>>> from sktime.datasets.forecasting import USChange
>>> y, X = USChange (). load ("y", "X")References
- [1 ] Data for “Forecasting: Principles and Practice” (2nd Edition).