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.
See also
ModelPlotPy Plots#
Let’s introduce the Gains, Lift and (cumulative) Response plots
ModelPlotPy.
plot response#
plot_response or plot_response
Examples
Introduction to modelplotpy: Example usage of
LogisticRegressionusing thebank dataset
plot cumresponse#
plot_cumresponse or plot_cumresponse
Examples
Introduction to modelplotpy: Example usage of
LogisticRegressionusing thebank dataset
plot cumlift#
plot_cumlift or plot_cumlift
Examples
Introduction to modelplotpy: Example usage of
LogisticRegressionusing thebank dataset
plot cumgains#
plot_cumgains or plot_cumgains
Examples
Introduction to modelplotpy: Example usage of
LogisticRegressionusing thebank dataset
plot all#
plot_all or plot_all
Examples
Introduction to modelplotpy: Example usage of
LogisticRegressionusing thebank dataset
modelplotpy financial#
plot costsrevs#
plot_costsrevs or plot_costsrevs
Examples
Introduction to modelplotpy: Example usage of
LogisticRegressionusing thebank dataset
plot profit#
plot_profit or plot_profit
Examples
Introduction to modelplotpy: Example usage of
LogisticRegressionusing thebank dataset
plot roi#
plot_roi or plot_roi
Examples
Introduction to modelplotpy: Example usage of
LogisticRegressionusing thebank dataset