casadoj / EFAS_skill

Assessment of the skill of EFAS (Europen Flood Awareness System) formal flood notifications.
0 stars 0 forks source link

Improve function find_best_criteria #7

Open casadoj opened 1 year ago

casadoj commented 1 year ago

At the moment this function (and the cross-validation version) has an attribute called _minspread of type boolean. When True, the optimization selects, among the equally good-performing, the criterion that minimizes the difference between precision and recall; when False, it selects the minimum value of the criterion.

It could be interesting to change this attribute to a new attribute named prioritize: