typo
continuous-integration/drone/push Build is passing Details

This commit is contained in:
James Ravenscroft 2022-01-17 13:31:46 +00:00
parent 58d414b56b
commit 3e7527333c
1 changed files with 1 additions and 1 deletions

View File

@ -104,7 +104,7 @@ In the section below I've provided some examples of how to use ELI5 with some di
Explanations that are produced by LIME for NLP models are expressed in terms of which words/phrases were considered as the biggest contributing factors towards a class decision by the model. Explanations that are produced by LIME for NLP models are expressed in terms of which words/phrases were considered as the biggest contributing factors towards a class decision by the model.
If you look at the results in Jupyter you'll get blue and green highlights over the text input showing the degree to which each word contributed (green) or reduced (red) the likelihood that the input example is from the class under the microscope. In the example below you can see that kidney stones and medication are keywords that the model has learned can be used to classify examples in this neighbourhood (remember these explanations don't apply globally) as medical and that the presence of these words detracts from the likelihood that the email is about religion or graphic design. If you look at the results in Jupyter you'll get red and green highlights over the text input showing the degree to which each word contributed (green) or reduced (red) the likelihood that the input example is from the class under the microscope. In the example below you can see that kidney stones and medication are keywords that the model has learned can be used to classify examples in this neighbourhood (remember these explanations don't apply globally) as medical and that the presence of these words detracts from the likelihood that the email is about religion or graphic design.
{{<figure src="images/explanation_svm.png" caption="An example explanation from LIME">}} {{<figure src="images/explanation_svm.png" caption="An example explanation from LIME">}}