View source: R/plot_cforest_bi_perf.R
plot_cforest_bi_perf | R Documentation |
Generates a single plot composed of an receiver operator chracteristic
sensitivity:specificity plot and partial dependency plot. The output is
intended to help characterize the ability of the eda_var
to predict
the target_var
plot_cforest_bi_perf(df, eda_var, target_var, width = 200, height = 450)
df |
data frame |
eda_var |
character |
target_var |
character name of column for conditional analysis |
width |
numeric width of plot in pixels |
height |
numeric height of plot in pixels |
character path to the resulting png file
## Not run: plot_conditional_distribution_by_category( df = eeda::eeda_test_data, eda_var = "eg_continuous", target_var = "target" ) plot_conditional_distribution_by_category( df = eeda::eeda_test_data, eda_var = "eg_factor_4_na", target_var = "target" ) ## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.