force_plot {fastai} | 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