InterruptedTimeSeries.get_plot_data#

InterruptedTimeSeries.get_plot_data(*args, **kwargs)#

Recover the data of an experiment along with the prediction and causal impact information.

Internally, this function dispatches to either get_plot_data_bayesian() or get_plot_data_ols() depending on the model type.

Parameters:
  • *args (Any) – Positional arguments forwarded to the model-specific implementation.

  • **kwargs (Any) – Keyword arguments forwarded to the model-specific implementation.

Return type:

DataFrame