View source: R/plotting_functions.R
plot_metric_distribution | R Documentation |
Generates histogram plot comparing the distribution of various parameters across positive and negative classes of data. This function takes training_data as a data frame.
plot_metric_distribution(training_data, parameters = NULL, plot_type = "hist")
training_data |
A data frame with the data to be plotted. Must have at least a column called "class" of type <chr> that contains a value "positive" or "negative" for each row. |
parameters |
A list of names of the parameters to plot. These must correspond to columns in training_data |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.