Orion icon indicating copy to clipboard operation
Orion copied to clipboard

Add F0.5 score to metrics

Open AlexanderGeiger opened this issue 5 years ago • 0 comments

Description

In the original paper a f0.5 score is used for evaluating the result. We might want to add that metric as well. sklearn.metrics.fbeta_score with beta=0.5 should achieve that.

AlexanderGeiger avatar Apr 18 '19 14:04 AlexanderGeiger