I could see it being really useful to instead of making a new csv with performance each time you train a model to actually append the new run to the same csv.
I would love a table that had a summary of the training run. Maybe a csv with
date/time of run,
number of training images,
number of each class,
performance on the cross val or test data (recall and precision and maybe to numbers of FP, TP, FN, TN)
I could see it being really useful to instead of making a new csv with performance each time you train a model to actually append the new run to the same csv.
I would love a table that had a summary of the training run. Maybe a csv with