Naming Convention
| Predictions and Outcomes | Performance Data | |
|---|---|---|
| Performance Data | prepare_performance_data() |
|
| ROC | create_roc_curve() |
plot_roc_curve() |
| Lift | create_lift_curve() |
plot_lift_curve() |
| Gains | create_gains_curve() |
plot_gains_curve() |
| Precision Recall | create_precision_recall_curve() |
plot_precision_recall_curve() |
| Decision | create_decision_curve() |
plot_decision_curve() |
| Calibration | create_calibration_curve() |
|
| Performance Table | create_performance_table() |
render_performance_table() |
| Summary Report | create_summary_report() |