Metrics & Evaluation - Best model saving pattern
Which metric matters for this concept and WHY
When saving the best model during training, the key metric to track is the validation metric that best reflects your goal. For example, if you want a model that predicts correctly, use validation accuracy. If you want to catch rare events, use validation recall. Saving the model with the best value of this metric ensures you keep the most useful version.