cover image
Understanding Concept Drift: A Simple Guide
5 Mar 2024
towardsdatascience.com

How changes in the distribution arise, and the impact of verification delay.

cover image
Drift in Machine Learning
8 Dec 2021
link.medium.com

Why is it hard and what to do about it?

cover image

Data can change over time. This can result in poor and degrading predictive performance in predictive models that assume a static relationship between input and output variables. This problem of the changing underlying relationships in the data is called concept drift in the field of machine learning. In this post, you will discover the problem of concept drift and ways…