Closed MichaelClifford closed 5 years ago
Currently we are only recording the model performance metrics for each training/testing epoch. We should also record the aggregated performance metrics for the entire test_model.py run and log to MLFlow.
test_model.py
should be addressed by #40
addressed by #40
Currently we are only recording the model performance metrics for each training/testing epoch. We should also record the aggregated performance metrics for the entire
test_model.py
run and log to MLFlow.