Code
plot_twoclass_obs_pred(org, org$y_name)
Condition
Error in `first_level()`:
! class is not a column in the dataset.
Code
plot_twoclass_conf_mat(org)
Condition
Error in `UseMethod()`:
! no applicable method for 'conf_mat' applied to an object of class "c('two_cls_shiny_data', 'shiny_data')"
Code
plot_twoclass_pred_numcol(org, org$y_name, "AXL")
Condition
Error in `first_level()`:
! class is not a column in the dataset.
Code
plot_twoclass_pred_factorcol(org, org$y_name, "fact_col")
Condition
Error in `first_level()`:
! class is not a column in the dataset.
Code
plot_twoclass_roc(org, org$y_name)
Condition
Error in `first_level()`:
! class is not a column in the dataset.
Code
plot_twoclass_pr(org, org$y_name)
Condition
Error in `first_level()`:
! class is not a column in the dataset.
Code
plot_twoclass_pr(org$predictions, "mpg")
Condition
Error in `first_level()`:
! mpg is not a column in the dataset.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.