This document discusses methods for building machine learning models that can handle concept drift and evolving data distributions when classifying tweets in real-time. It proposes using both a global deep learning model and a local online learning model that incorporates feedback. The local model, which uses an algorithm like Crammer's PA-II, adapts quickly to feedback but is prone to bias towards one class. The document suggests combining the models through online stacking into an ensemble called "glocal" and detecting concept drift periodically to replace outdated models. Handling concept drift and evolving data is important for domains with changing user preferences, markets, or adversarial settings.