PPPLDeepLearning / plasma-python

PPPL deep learning disruption prediction package
http://tigress-web.princeton.edu/~alexeys/docs-web/html/
79 stars 43 forks source link

Output F-score alongside AUC during inference #56

Open felker opened 4 years ago

felker commented 4 years ago

Straightforward alternative "single number" evaluation metric for ML algorithms--- should make comparisons to e.g. Rea et al (2019) and Churchill (2019) a bit easier.

More generally, we could output various Fγ scores, such as the F0.5, F1, F2 measures.

See eq. 2 in Rea et al (2019), van Rijsbergen (1979) pg 134, Sasaki (2007), or https://en.wikipedia.org/wiki/F1_score for example.