We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Add prediction intervals visualization
Tool for forecast visualization
Enhance method plot_forecast:
plot_forecast
prediction_intervals: bool = False
quantiles: Optional[Sequence[float]] = None
prediction_intervals=True
quantiles
forecast_ts
quantiles=None
Add picture with visualization example to PR
Check the behavior of the method in different cases:
No response
The text was updated successfully, but these errors were encountered:
Ama16
Successfully merging a pull request may close this issue.
🚀 Feature Request
Add prediction intervals visualization
Motivation
Tool for forecast visualization
Proposal
Enhance method
plot_forecast
:prediction_intervals: bool = False
quantiles: Optional[Sequence[float]] = None
prediction_intervals=True
using thequantiles
fromforecast_ts
quantiles=None
use all quantiles fromforecast_ts
quantiles
that are presented inforecast_ts
(throw warning about missing quantiles)Add picture with visualization example to PR
Test cases
Check the behavior of the method in different cases:
forecast_ts
forecast_ts
forecast_ts
e.g. )Alternatives
No response
Additional context
No response
Checklist
The text was updated successfully, but these errors were encountered: