## Motivation dashboard saves evaluation result to db (result column of evaluation_result table), so not need to save as file ## Goal - quit saving evaluation result as file - refer db entry to get evaluation result ## Implementation - [x] quit saving evaluation result as file in rekcurd-python - [ ] change gRPC protocol spec - after merging https://github.com/rekcurd/grpc-proto/pull/18 , remove EvaluationMetrics from EvaluationResultResponse - [ ] refer only db entry to get evaluation result in dashboard