Skip to content

Commit 3540a2c

Browse files
Rajakavitha1gitbook-bot
authored andcommitted
GITBOOK-7: No subject
1 parent daff0cd commit 3540a2c

File tree

1 file changed

+8
-6
lines changed

1 file changed

+8
-6
lines changed

docs-gb/overview/roadmap.md

Lines changed: 8 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,18 @@
1+
---
2+
hidden: true
3+
---
4+
15
# Roadmap
26

3-
Alibi Detect aims to be the go-to library for **outlier**, **adversarial** and **drift** detection in Python using
4-
both the **TensorFlow** and **PyTorch** backends.
7+
Alibi Detect aims to be the go-to library for **outlier**, **adversarial** and **drift** detection in Python using both the **TensorFlow** and **PyTorch** backends.
58

69
This means that the algorithms in the library need to handle:
10+
711
* **Online** detection with often stateful detectors.
812
* **Offline** detection, where the detector is trained on a batch of unsupervised or semi-supervised data. This assumption resembles a lot of real-world settings where labels are hard to come by.
913

1014
The algorithms will cover the following data types:
15+
1116
* **Tabular**, including both numerical and categorical data.
1217
* **Images**
1318
* **Time series**, both univariate and multivariate.
@@ -16,9 +21,6 @@ The algorithms will cover the following data types:
1621

1722
It will also be possible to combine different algorithms in ensemble detectors.
1823

19-
The library **currently** covers both online and offline **outlier** detection algorithms for
20-
tabular data, images and time series as well as offline **adversarial** detectors for
21-
tabular data and images. Current **drift** detection capabilities cover almost any data modality such as mixed type tabular data,
22-
text, images or graphs, both in the online and offline setting. Furthermore, Alibi Detect provides supervised drift and context-aware drift detectors.
24+
The library **currently** covers both online and offline **outlier** detection algorithms for tabular data, images and time series as well as offline **adversarial** detectors for tabular data and images. Current **drift** detection capabilities cover almost any data modality such as mixed type tabular data, text, images or graphs, both in the online and offline setting. Furthermore, Alibi Detect provides supervised drift and context-aware drift detectors.
2325

2426
The **near term** focus will be on extending save/load functionality for PyTorch detectors, and adding outlier detectors for text and mixed data types.

0 commit comments

Comments
 (0)