MMM.plot_waterfall_components_decomposition#

MMM.plot_waterfall_components_decomposition(original_scale=True, figsize=(14, 7), **kwargs)#

This function creates a waterfall plot. The plot shows the decomposition of the target into its components.

Parameters:
  • original_scale (bool, optional) – If True, the contributions are plotted in the original scale of the target.

  • figsize (Tuple, optional) – The size of the figure. The default is (14, 7).

  • **kwargs – Additional keyword arguments to pass to the matplotlib subplots function.

Returns:

fig – The matplotlib figure object.

Return type:

matplotlib.figure.Figure