A metric set can be used to specify metrics that are only evaluated during training, validation or both.
luz_metric_set(metrics = NULL, train_metrics = NULL, valid_metrics = NULL)
A list of luz_metrics that are meant to be used in both training and validation.
A list of luz_metrics that are only used during training.
A list of luz_metrics that are only sued for validation.