get_metrics {luz} | R Documentation |
Get metrics from the object
get_metrics(object, ...)
## S3 method for class 'luz_module_fitted'
get_metrics(object, ...)
object |
The object to query for metrics. |
... |
Currently unused. |
A data.frame containing the metric values.
get_metrics(luz_module_fitted)
: Extract metrics from a luz fitted model.