Let us print the following additional model output alongside existing classification_report(), confusion_matrix() :
Precision/PPV
Average Precision
Sensitivity
Specificity
AUC ROC
Brier Score
To this end, we can create a standalone function to be used inside a standalone script to work w/ the library and call the function report_model_metrics()
Let us print the following additional model output alongside existing
classification_report()
,confusion_matrix()
:To this end, we can create a standalone function to be used inside a standalone script to work w/ the library and call the function
report_model_metrics()