Nothing
Code
pr_curve_vec(df$truth, df$Class1, na_rm = FALSE)
Condition
Error in `pr_curve_vec()`:
x Missing values were detected and `na_ra = FALSE`.
i Not able to perform calculations.
Code
pr_curve_vec(cp_truth, estimate)
Condition
Error in `pr_curve_vec()`:
! `truth` should not a <class_pred> object.
Code
pr_curve_vec(1, 1, na_rm = "yes")
Condition
Error in `pr_curve_vec()`:
! `na_rm` must be `TRUE` or `FALSE`, not the string "yes".
Code
out <- pr_curve(df, y, x)
Condition
Warning:
There are 0 event cases in `truth`, results will be meaningless.
Any scripts or data that you put into this service are public.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.