ModelPlotPy#

This module contains functions related to decile and legacy modelplotpy.

The ModelPlotPy class dataframe helper to build nice plots to explain your modelling efforts easily to business colleagues.

ModelPlotPy Plots#

  • Let’s introduce the Gains, Lift and (cumulative) Response plots ModelPlotPy.

plot response#

plot_response or plot_response

Examples

plot cumresponse#

plot_cumresponse or plot_cumresponse

Examples

plot cumlift#

plot_cumlift or plot_cumlift

Examples

plot cumgains#

plot_cumgains or plot_cumgains

Examples

plot all#

plot_all or plot_all

Examples

modelplotpy financial#

plot costsrevs#

plot_costsrevs or plot_costsrevs

Examples

plot profit#

plot_profit or plot_profit

Examples

plot roi#

plot_roi or plot_roi

Examples