Skip to content

Commit

Permalink
Add concept and data drift icons to README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
jaime-cespedes-sisniega committed Jan 29, 2024
1 parent 62bbd6e commit eb7f97b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ Frouros is a Python library for drift detection in machine learning systems that

## ⚡️ Quickstart

### Concept drift
### 🔄 Concept drift

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.

Expand Down Expand Up @@ -166,7 +166,7 @@ stream_test(

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

### Data drift
### 📊 Data drift

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.

Expand Down

0 comments on commit eb7f97b

Please sign in to comment.