Skip to content

Commit 93bb394

Browse files
Add label drift to documentations concepts
1 parent 6b49ec4 commit 93bb394

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/source/concepts.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ The different types of changes that are considered as a form of drift can be cat
2828

2929
- **Data drift**: There is a change in ${P(X)}$. Therefore, this type of drift only focuses in the distribution of the covariates ${P(X)}$, so
3030
${P_{[0, t]}(X) \neq P_{[t+1, \infty)}(X)}$. [Data drift methods](#data-drift) are designed to try to detect this type drift. Unlike *concept drift* taking place, the presence of *data drift* does not guarantee that model's performance is being affected, but it is highly probable that is happening. We have renamed *dataset shift* {cite}`rabanser2019failing` to *data drift*
31-
in order to maintain consistency with the *concept drift* definition.
31+
in order to maintain consistency with the *concept drift* definition. These data drift methods can also be used to detect label drift, where the label distribution ${P(Y)}$ is the one that changes over time, in such a way that ${P_{[0, t]}(Y) \neq P_{[t+1, \infty)}(Y)}$.
3232

3333
## Why do I need to use a drift detector?
3434

0 commit comments

Comments
 (0)