This document provides an overview of concept drift, which refers to changes in the underlying patterns or distributions of data over time. The main types of concept drift are discussed, including changes in class probabilities, class-conditional probabilities, and posterior probabilities. Several techniques for detecting concept drift are also summarized, such as 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. The document reviews these concept drift detection algorithms and their applications for adapting models to changing data streams.