Save metrics results to YAML instead of plain text
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.