| list_interpretability_methods | R Documentation |
Returns a compact catalog of interpret() entry points and whether each
method has a corresponding plot() method.
list_interpretability_methods(has_plot = NULL, columns = NULL)
has_plot |
Optional logical filter for methods with plot support. |
columns |
Optional character vector of columns to return. |
Data frame of interpretability methods.
list_interpretability_methods()
subset(list_interpretability_methods(), has_plot)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.