This best_run uses min on accuracy, so it returns the worst run.
Higher accuracy is better — fix line 3 to pick the maximum.
Expected output:
0.01
The break is on line 3 — but read the whole snippet first.
This best_run uses min on accuracy, so it returns the worst run.
Higher accuracy is better — fix line 3 to pick the maximum.
Expected output:
0.01