forecast_combiners#

Forecast Combiners.

Submodules#

Classes#

ForecastCombiner(**data)

Combines base Forecaster predictions for each quantile into final predictions.

LGBMCombinerHyperParams(**data)

Hyperparameters for the LGBM gradient-boosted classifier.

LogisticCombinerHyperParams(**data)

Hyperparameters for the logistic regression classifier.

RFCombinerHyperParams(**data)

Hyperparameters for the LGBM random-forest classifier.

StackingCombiner(**data)

Stacking combiner: one meta-regressor per quantile on top of base forecaster outputs.

WeightsCombiner(**data)

Combines base forecaster predictions with a classification approach.

XGBCombinerHyperParams(**data)

Hyperparameters for the XGBoost classifier.