We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
test_ts
Now plot_forecast requires test_ts argument. But sometimes I want to plot only train data and forecast. So we should make test_ts argument optional.
User should be able to plot only forecast, forecast + train_ts, forecast + test_ts and forecast + train_ts + test_ts.
etna/etna/analysis/plotters.py
Lines 21 to 28 in e66058f
Any, etna 1.3.3
No response
The text was updated successfully, but these errors were encountered:
plot_forecast
Mr-Geekman
Successfully merging a pull request may close this issue.
🐛 Bug Report
Now plot_forecast requires
test_ts
argument. But sometimes I want to plot only train data and forecast. So we should maketest_ts
argument optional.Expected behavior
User should be able to plot only forecast, forecast + train_ts, forecast + test_ts and forecast + train_ts + test_ts.
How To Reproduce
Code
etna/etna/analysis/plotters.py
Lines 21 to 28 in e66058f
Environment
Any, etna 1.3.3
Additional context
No response
Checklist
The text was updated successfully, but these errors were encountered: