ExperimentDesigner.plot_channel_diagnostics#

ExperimentDesigner.plot_channel_diagnostics(colors=None, figsize=None)[source]#

Plot per-channel diagnostic summary.

Shows posterior HDI width, mean spend correlation, saturation gradient at current operating point, and posterior mean adstock alpha for each channel.

Parameters:
colorsdict[str, str] | None

Mapping of channel name to matplotlib color string. Falls back to C0, C1, … when None.

figsizetuple[float, float] | None

(width, height) for the figure. Defaults to (10, 4).

Returns:
tuple[Figure, ndarray of Axes]