Zurück zu den Modellen
Forecaster

HCrystalBallAdapter

Categorical in XInsamplePred int insample

Adapter for using hcrystalball forecasters in sktime.

Adapter class - wraps any forecaster from hcrystalball and allows using it as an sktime BaseForecaster.

Schnellstart

python
from sktime.forecasting.adapters import HCrystalBallAdapter

estimator = HCrystalBallAdapter(model)

Parameter(1)

modelThe HCrystalBall forecasting model to use.