Canal-lock minutes until next lockage is a regression target, but the write-up quotes AUC. What is wrong with that analysis?
Select an answer to reveal the explanation.
Short Explanation
Canal-lock minutes is a regression target, but the write-up quotes AUC. Match the metric family to the problem: RMSE for regression, precision, recall, F1, or AUC for classification. Transcribe does not pick that match, and a median-split F1 is still the wrong family.
Full Explanation
Evaluation metrics must match the problem type. Minutes until lockage is regression, so RMSE or a similar error applies. AUC belongs to classification ranking. Transcribe is not that match, and a median-split F1 is still the wrong family.