msoe-dise-project / ringling

A service to track model training parameters, trained models, and model tests
Apache License 2.0
0 stars 0 forks source link

Convert parameter set and test metric types from text to JSON #9

Closed rnowling closed 1 year ago

rnowling commented 1 year ago

We switched from JSONB to text with the idea of allowing serialized objects. I don't think that necessarily is the best choice, however, since we want the parameter sets to be transparent. We should switch back to JSONB.