etna.analysis.plot_backtest_interactive#
- plot_backtest_interactive(forecast_df: DataFrame, ts: TSDataset, segments: List[str] | None = None, history_len: int | Literal['all'] = 0, figsize: Tuple[int, int] = (900, 600)) Figure [source]#
Plot targets and forecast for backtest pipeline using plotly.
- Parameters:
- Returns:
result of plotting
- Raises:
ValueError: – if
history_len
is negativeValueError: – if folds are intersecting
- Return type:
Figure