Return [roc_auc, average_precision, no_skill_floor], rounded to 4 places — wher…

Machine Learning · from Thresholds, ROC and PR

predict_probathresholdroc_curveroc_auc_scoreprecision_recall_curveaverage_precision_score

Putting the kettle on…

Starting up…

Exercise 3

Return [roc_auc, average_precision, no_skill_floor], rounded to 4 places — where the floor is the base rate that average precision has to be read against.

your answer
stuck? the lesson behind it
Thresholds, ROC and PR
predict() hides a choice you should be making yourself