We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 224e3ad commit 7e679ceCopy full SHA for 7e679ce
README.rst
@@ -22,10 +22,10 @@ ELI5
22
ELI5 is a Python package which helps to debug machine learning
23
classifiers and explain their predictions.
24
25
-.. image:: ./docs/source/static/readme-show-prediction.png
+.. image:: https://github.com/eli5-org/eli5/blob/master/docs/source/static/readme-show-prediction.png
26
:alt: explain_prediction for text data
27
28
-.. image:: ./docs/source/static/readme-show-weights.png
+.. image:: https://github.com/eli5-org/eli5/blob/master/docs/source/static/readme-show-weights.png
29
:alt: explain_weights for text data
30
31
It provides support for the following machine learning frameworks and packages:
0 commit comments