luz_metric_set | R Documentation |
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)
metrics |
A list of luz_metrics that are meant to be used in both training and validation. |
train_metrics |
A list of luz_metrics that are only used during training. |
valid_metrics |
A list of luz_metrics that are only sued for validation. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.