Skip to content

Commit

Permalink
address comments from PR Trusted-AI#175
Browse files Browse the repository at this point in the history
Signed-off-by: Giridhar Ganapavarapu <[email protected]>
  • Loading branch information
gganapavarapu committed May 10, 2023
1 parent 462c4d5 commit b5b5a1a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions examples/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,3 +31,5 @@ the user through the various steps of the notebook.
- [GLRMExplainer and BRCGExplainer using Boston, Breast-cancer datasets](./rbm) [[on nbviewer](https://nbviewer.jupyter.org/github/IBM/AIX360/tree/master/examples/rbm/)]

- [OTMatchingExplainer on Sentence Matching in NLP](./matching) [[on nbviewer](https://nbviewer.jupyter.org/github/IBM/AIX360/tree/master/examples/matching/matching-pairs-of-sentences.ipynb)]

- [NearestNeighborContrastiveExplainer using Breast Cancer wisconsin dataset](./nncontrastive/nncontrastive_demo.ipynb)[[on nbviewer](https://nbviewer.org/github/Trusted-AI/AIX360/blob/master/examples/nncontrastive/nncontrastive_demo.ipynb)]
2 changes: 1 addition & 1 deletion examples/nncontrastive/nncontrastive_demo.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -165,7 +165,7 @@
"<a id='train_classifier'></a>\n",
"### Train Classifier\n",
"\n",
"As an example we train a randome forest model and use it \n",
"As an example we train a random forest model and use it \n",
"- to select exemplars outside the explainer in case of model free.\n",
"- as a black box model to explain using the explainer."
]
Expand Down

0 comments on commit b5b5a1a

Please sign in to comment.