dummy_forecaster#

Minimal forecaster for testing backtesting pipelines.

Provides a no-op implementation that satisfies the backtesting interface without requiring actual model training or prediction logic.

Classes#

DummyForecaster([config, predict_quantiles])

Simple forecaster implementation for testing and development purposes.