Hi team,
Could you please give me an example for CRFEntityExtractor_report.json. How the Precision,recall,f1-score,support,Micro,Macro,weighted avg is calculating.
Thanks
Hi team,
Could you please give me an example for CRFEntityExtractor_report.json. How the Precision,recall,f1-score,support,Micro,Macro,weighted avg is calculating.
Thanks
these numbers are calculated using scikit-learn, you can see the docs & explanations here
Thanks for sharing the docs. Could you please elaborate how this is related to RASA projects, and how their making tp,tn,fp,fn.