Skip to content

Commit

Permalink
Update base.py
Browse files Browse the repository at this point in the history
  • Loading branch information
juanitorduz authored Nov 16, 2023
1 parent fcb16bd commit 1ea66b3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pymc_marketing/mmm/base.py
Original file line number Diff line number Diff line change
Expand Up @@ -459,7 +459,7 @@ def plot_channel_parameter(self, param_name: str, **plt_kwargs: Any) -> plt.Figu
fig, ax = plt.subplots(**plt_kwargs)
sns.violinplot(data=param_samples_df, orient="h", ax=ax)
ax.set(
title=f"Posterior Distribution - {param_name} Parameter",
title=f"Posterior Distribution: {param_name} Parameter",
xlabel=param_name,
ylabel="channel",
)
Expand Down

0 comments on commit 1ea66b3

Please sign in to comment.