Back to models
Forecaster

HCrystalBallAdapter

Categorical in XInsamplePred int insample

Adapter for using hcrystalball forecasters in sktime.

Quickstart

python
from sktime.forecasting.adapters import HCrystalBallAdapter

estimator = HCrystalBallAdapter(model)

Parameters(1)

modelThe HCrystalBall forecasting model to use.