2.3. Deciles#

This module contains functions related to deciles.

2.3.1. plot cumulative gain#

plot_cumulative_gain

The mathematical formulation is the following:

\[\hat{K}\]

Trained model of LogisticRegression and RandomForestClassifier. For an example of performing image:

Examples

References#
  • cumulative_gain

2.3.2. plot lift#

plot_lift

Note

Lift Curve

Trained model of LogisticRegression and RandomForestClassifier. For an example of performing image:

Examples

References#
  • lift_curve

2.3.3. plot_ks_statistic#

plot_ks_statistic

Trained model of LogisticRegression and RandomForestClassifier. For an example of performing image:

Examples

References#
  • ks_statistic