explanations: object returned by the lime.character function.
...: parameters passed to htmlwidgets::sizingPolicy()
Examples
# We load a precalculated explanation set based on the procedure in the ?lime# examplesexplanations <- .load_text_example()# We see that the explanations are in the expected formatprint(explanations)# We can now get the explanations in the context of the input textplot_text_explanations(explanations)
See Also
Other explanation plots: plot_explanations(), plot_features()