Closed dbuscombe-usgs closed 2 years ago
we need better ways to keep track of individual trained models ... what data they were used on, what hyperparameters, etc
[option 1] a bespoke option --> config --> history --> metrics json files that can be appended, then parsed
[option 2] conform to a standard e.g. W&B or MLFlow
what it needs to contain
what type of database?
is this like MLFlow or Weights & Biases?
could be
First implementation in bf1962f
Implement Hugginface-style model cards see #41
we need better ways to keep track of individual trained models ... what data they were used on, what hyperparameters, etc
[option 1] a bespoke option --> config --> history --> metrics json files that can be appended, then parsed
[option 2] conform to a standard e.g. W&B or MLFlow
what it needs to contain
what type of database?