plot

plot(panel, use_timestep: bool = False, add_annotation: bool = False, **kwargs) PanelFigure[source]

Plot panel.

Parameters
  • panel (Panel) – Panel object.

  • use_timestep (bool) – Use timestep instead of id.

  • add_annotation (bool) – If True, plot vertical lines showing train, val, and test periods.

Returns

Plotted data

Return type

Plot