From 292d618e006770a1543138322770cb92e941e517 Mon Sep 17 00:00:00 2001 From: Stefano Pigozzi Date: Mon, 13 Feb 2023 18:47:29 +0100 Subject: [PATCH] Add reminder to myself --- unimore_bda_6/analysis/base.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/unimore_bda_6/analysis/base.py b/unimore_bda_6/analysis/base.py index d1c3c8a..93d7c2e 100644 --- a/unimore_bda_6/analysis/base.py +++ b/unimore_bda_6/analysis/base.py @@ -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