elsevierlabs-os / nerds

BSD 3-Clause "New" or "Revised" License
27 stars 11 forks source link

Add convenience method to compute P/R/F1 for all entity classes #6

Open sujitpal opened 5 years ago

sujitpal commented 5 years ago

Convenience method would be similar to sklearn's classification_report, and basically be a wrapper over nerds.core.model.evaluate.score.calculate_precision_recall_f1score.

sujitpal commented 5 years ago

Convenience method nerds.core.model.evaluate.score.classification_report created, available in pull request.