CLI forecast command fails when using pipeline ensembles.
Error message:
File "/usr/local/lib/python3.10/site-packages/etna/commands/forecast_command.py", line 125, in forecast
horizon: int = pipeline_configs["horizon"] # type: ignore
KeyError: 'horizon'
π Bug Report
CLI
forecast
command fails when using pipeline ensembles.Error message:
Example of failing config
Expected behavior
forecast
andbacktest
CLI commands fully support pipeline ensembles.How To Reproduce
etna forecast
command with example configKeyError
Environment
No response
Additional context
No response
Checklist