ExplainaBoard
ExplainaBoard copied to clipboard
Add binarize function MetricStats
Since metric_stats
contains NumPy arrays, it needs to be binarized/serialized before being stored in MongoDB. Currently this process is implemented in the web interface, but it makes more sense to add a binarize/serialize function in MetricStats
. I will work on this.