plot_text_explanations | R Documentation |
Highlight words which explains a prediction.
plot_text_explanations(explanations, ...)
explanations |
object returned by the lime.character function. |
... |
parameters passed to |
Other explanation plots:
plot_explanations()
,
plot_features()
# We load a precalculated explanation set based on the procedure in the ?lime # examples explanations <- .load_text_example() # We see that the explanations are in the expected format print(explanations) # We can now get the explanations in the context of the input text plot_text_explanations(explanations)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.