Model drift means the model's predictions get worse over time because data changes. To catch this, we watch metrics like accuracy, precision, recall, and F1 score regularly. If these drop, it signals drift.
Also, statistical tests like Population Stability Index (PSI) or Kullback-Leibler divergence check if input data changed. These help spot drift before metrics drop.
Why? Because catching drift early helps fix the model before it makes bad decisions.