Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Store each evaluation metrics as RDB field #63

Open
yuki-mt opened this issue Jan 22, 2019 · 0 comments
Open

Store each evaluation metrics as RDB field #63

yuki-mt opened this issue Jan 22, 2019 · 0 comments
Labels
enhancement New feature or request

Comments

@yuki-mt
Copy link
Member

yuki-mt commented Jan 22, 2019

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)

@yuki-mt yuki-mt added the enhancement New feature or request label Jan 22, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant