etna.analysis.plot_backtest_interactive#
- plot_backtest_interactive(forecast_ts_list: List[TSDataset], 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_lenis negative
- ValueError: – if folds are intersecting 
 
- Return type:
- Figure