1
Fork 0
mirror of https://github.com/Steffo99/unimore-bda-6.git synced 2024-11-21 15:34:18 +00:00

Add reminder to myself

This commit is contained in:
Steffo 2023-02-13 18:47:29 +01:00
parent ca14e9c1f9
commit 292d618e00
Signed by: steffo
GPG key ID: 2A24051445686895

View file

@ -40,6 +40,8 @@ class BaseSentimentAnalyzer(metaclass=abc.ABCMeta):
Perform a model evaluation by calling repeatedly `.use` on every text of the test dataset and by comparing its resulting category with the expected category.
"""
# TODO: Add precision and recall measures
evaluated: int = 0
perfect: int = 0