Add test for evaluation

This commit is contained in:
romi1502
2020-06-05 12:27:06 +02:00
parent 4349047c41
commit e22c64a270
3 changed files with 83 additions and 1 deletions

View File

@@ -163,3 +163,5 @@ def entrypoint(arguments, params):
get_logger().info('%s:', instrument)
for metric, value in metric.items():
get_logger().info('%s: %s', metric, f'{np.median(value):.3f}')
return metrics