Description Usage Arguments Value References See Also Examples
View source: R/visualizations.R
Create a 'slice plot' of two roc curves with area between them (the ABROCA region) shaded.
1 2 | slice_plot(majority_roc, minority_roc, majority_group_name = NULL,
minority_group_name = NULL, fout = NULL)
|
majority_roc |
list with attributes 'x' and 'y' defining points of roc curve |
minority_roc |
list with attributes 'x' and 'y' defining points of roc curve |
majority_group_name |
optional label for majority group (character) |
minority_group_name |
optional label for minority group (character) |
fout |
path to output file |
No return value; file is saved to disk.
Josh Gardner, Christopher Brooks, and Ryan Baker. (2019). Evaluating the Fairness of Predictive Student Models Through Slicing Analysis. Proceedings of the 9th International Conference on Learning Analytics and Knowledge (LAK19).
1 2 3 |
# This function is not currently intended for calling directly, but
# this is possible. For example usage, see \code{\link{compute_abroca}}.
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.