kf_add_roc: Add a ROC Curve to a UI Metadata Set

Description Usage Arguments Value Examples

View source: R/kf_add_roc.R

Description

Add a ROC Curve to a UI Metadata Set

Usage

1
kf_add_roc(ui_set, roc_file)

Arguments

ui_set

UI set from kf_init_ui_meta() or a previious call of this type of function.

roc_file

Location of coresponding .csv that contains thresholds, FPR, and TPR.

Value

UI set

Examples

1
2
kf_init_ui_meta() %>%
  kf_add_roc("gs://project-bucket/roc_file.csv")

ndiquattro/kflow documentation built on Jan. 27, 2020, 4:19 p.m.