You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -63,7 +63,7 @@ Frouros is a Python library for drift detection in machine learning systems that
63
63
64
64
## ⚡️ Quickstart
65
65
66
-
### Concept drift
66
+
### 🔄 Concept drift
67
67
68
68
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.
69
69
@@ -166,7 +166,7 @@ stream_test(
166
166
167
167
More concept drift examples can be found [here](https://frouros.readthedocs.io/en/latest/examples/concept_drift.html).
168
168
169
-
### Data drift
169
+
### 📊 Data drift
170
170
171
171
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.
0 commit comments