Skip to content

Commit

Permalink
Use newly exposed sub-packageas as modules
Browse files Browse the repository at this point in the history
  • Loading branch information
jklaise committed Apr 29, 2019
1 parent 994a005 commit 904ccc6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/source/overview/getting_started.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ pip install alibi
## Available methods
To get a list of the latest available model explanation algorithms, you can type:
```python
import alibi.explainers
import alibi
alibi.explainers.__all__
```
<div class="highlight"><pre>
Expand Down

0 comments on commit 904ccc6

Please sign in to comment.