force_plot {fastai} | R Documentation |
Force_plot
Description
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.
Usage
force_plot(object, class_id = 0, ...)
Arguments
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 |
Value
None
[Package fastai version 2.2.2 Index]