JSON-Serializable
It is annoying that if a model/loader/evaluator stores something in their configuration which is not json-serializable, the error is only thrown at the very end. I would suggest some fallback (like str()
) which guarantees the results are stored in the db.