Hi,
I’m curious about how you calculate the F1 score at evaluate script, since it’s supposed to be a metric for binary classification and I’m using it for categorization.
Thanks!
Hi,
I’m curious about how you calculate the F1 score at evaluate script, since it’s supposed to be a metric for binary classification and I’m using it for categorization.
Thanks!
hi, we use sklearn’s algorithm: sklearn.metrics.f1_score — scikit-learn 0.20.2 documentation
Thank you!