mirror of
https://github.com/Steffo99/unimore-bda-6.git
synced 2024-11-21 23:44:19 +00:00
Add reminder to myself
This commit is contained in:
parent
ca14e9c1f9
commit
292d618e00
1 changed files with 2 additions and 0 deletions
|
@ -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.
|
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
|
evaluated: int = 0
|
||||||
|
|
||||||
perfect: int = 0
|
perfect: int = 0
|
||||||
|
|
Loading…
Reference in a new issue