You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, evaluation result is stored as JSON string in result field in EvaluationResult model.
This makes it hard to control data by the metrics such as sorting EvaluationResult by precision.
Goal
Store each evaluation metrics as RDB field to make it easy to control data by the metrics
Implementation
TBD (precison, recall, fvalue can be list, so need to find a good solution to store them)
The text was updated successfully, but these errors were encountered:
Motivation
Currently, evaluation result is stored as JSON string in result field in EvaluationResult model.
This makes it hard to control data by the metrics such as sorting EvaluationResult by precision.
Goal
Store each evaluation metrics as RDB field to make it easy to control data by the metrics
Implementation
TBD (precison, recall, fvalue can be list, so need to find a good solution to store them)
The text was updated successfully, but these errors were encountered: