You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered: