View source: R/fastinference.R
force_plot | R Documentation |
Visualizes the SHAP values with an added force layout. Accepts a class_id which is used to indicate the class of interest for a classification model.
force_plot(object, class_id = 0, ...)
object |
ShapInterpretation object |
class_id |
Accepts a class_id which is used to indicate the class of interest for a classification model. It can either be an int or str representation for a class of choice. |
... |
additional arguments |
None
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.