Skip to content
This repository was archived by the owner on Dec 20, 2023. It is now read-only.

Commit 8d0f5c6

Browse files
authored
Update quickstart
Update the typo as pointed out in issue #22
1 parent 54b634a commit 8d0f5c6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ exp = explainer.explain_instance(
8686
num_features=5 # how many words to show?
8787
)
8888

89-
print('Label', raw_train.target_names[raw_test.target[0]], '=>', raw_test.target[0])
89+
print('Label', raw_train.target_names[raw_test.target[9]], '=>', raw_test.target[9])
9090
pprint(exp)
9191
```
9292

0 commit comments

Comments
 (0)