MMM.plot_waterfall_components_decomposition#

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

Create a waterfall plot.

The plot shows the decomposition of the target into its components.

Parameters:
original_scalebool, optional

If True, the contributions are plotted in the original scale of the target.

figsizetuple[int, int], optional

The size of the figure. The default is (14, 7).

**kwargs

Additional keyword arguments to pass to the matplotlib subplots function.

Returns:
figmatplotlib.figure.Figure

The matplotlib figure object.