Skip to content

Save metrics results to YAML instead of plain text

Yoann Schneider requested to merge save-results-to-yaml into main

Closes #70 (closed)

Numpy types (float/int64) cannot be exported directly to YAML. I had to convert the metrics to int/float to be able to export them. This manager will be refactored later so imo it's okay to add a little bit more complexity there.

Merge request reports

Loading