2.2. KDS#

This module contains functions related to deciles.

See also

[1] tensorbored/kds

2.2.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.2.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.2.3. plot_ks_statistic#

plot_ks_statistic

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

Examples

References#
  • ks_statistic

2.2.4. report#

report

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

Examples

  • report

References#
  • report