Skip to content

Commit 5642b02

Browse files
Add abbreviations in the getting_started page (#863)
1 parent 23a4f24 commit 5642b02

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

doc/source/overview/getting_started.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -234,6 +234,10 @@ To get a list of respectively the latest outlier, adversarial and drift detectio
234234

235235
```python
236236
import alibi_detect
237+
```
238+
239+
```python
240+
# View all the Outlier Detection (od) algorithms available
237241
alibi_detect.od.__all__
238242
```
239243

@@ -251,6 +255,7 @@ alibi_detect.od.__all__
251255
```
252256

253257
```python
258+
# View all the Adversarial Detection (ad) algorithms available
254259
alibi_detect.ad.__all__
255260
```
256261

@@ -260,6 +265,7 @@ alibi_detect.ad.__all__
260265
```
261266

262267
```python
268+
# View all the Concept Drift (cd) detection algorithms available
263269
alibi_detect.cd.__all__
264270
```
265271

0 commit comments

Comments
 (0)