Closed saja1994 closed 4 years ago
Hi @saja1994 ,
What you mentioned, implement f1_score() from sklearn, it’s important since users want to calculate the micro-f1 or macro (actually what I implement is called sampled-f1, but is not used basically).
And I have implemented the code already, and I will update the code in one or two days (a little bit busy recently, ddl).
Hope this helps!
Thank you so much, I really appreciate your effort.
Hi @saja1994 ,
I have updated the code already, now you can predict the evaluation metrics using sklearn.
Thank you so much.
Thank you for sharing this helpful code. please, I want to ask you if you can help me to implement f1_score from sklearn into your implementation to measure the f score because I got low f1 values using your code and want to try different f1 average ways like macro and micro, and compare them.
Thanks a lot.