Forecaster
HCrystalBallAdapter
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.