R/kf_init_metrics.R
kf_init_metrics.Rd
Lay the foundational elements of the JSON expected by Kubeflow to provide metrics from your components.
kf_init_metrics()
A list
metrics <- kf_init_metrics() kf_add_metric(metrics, "roc", .5, "RAW")#> { #> "metrics": [ #> { #> "name": "roc", #> "numberValue": 0.5, #> "format": "RAW" #> } #> ] #> }