Skip to content

Commit eb7f97b

Browse files
Add concept and data drift icons to README.md
1 parent 62bbd6e commit eb7f97b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ Frouros is a Python library for drift detection in machine learning systems that
6363

6464
## ⚡️ Quickstart
6565

66-
### Concept drift
66+
### 🔄 Concept drift
6767

6868
As a quick example, we can use the breast cancer dataset to which concept drift it is induced and show the use of a concept drift detector like DDM (Drift Detection Method). We can see how concept drift affects the performance in terms of accuracy.
6969

@@ -166,7 +166,7 @@ stream_test(
166166

167167
More concept drift examples can be found [here](https://frouros.readthedocs.io/en/latest/examples/concept_drift.html).
168168

169-
### Data drift
169+
### 📊 Data drift
170170

171171
As a quick example, we can use the iris dataset to which data drift is induced and show the use of a data drift detector like Kolmogorov-Smirnov test.
172172

0 commit comments

Comments
 (0)