This document provides an overview of concept drift, which refers to changes in the underlying patterns or distributions in data streams over time. It discusses the need to adapt models to concept drift to maintain prediction accuracy. Several types of concept drift are described based on how the target variable or data distribution changes. Various techniques for detecting concept drift are also reviewed, including the Drift Detection Method (DDM) and its modification EDDM, the ADWIN method using variable-sized windows, paired learners using stable and reactive models, and the ECDD method based on exponentially weighted moving averages. Real-world applications that could experience concept drift are also mentioned.