What is the difference between covariate shift, label shift, and concept drift as types of distribution shift?

Machine Learning Hard

Machine Learning — Hard

What is the difference between covariate shift, label shift, and concept drift as types of distribution shift?

Key points

  • Covariate shift: P(X) changes, P(Y|X) constant
  • Label shift: P(Y) changes, P(X|Y) constant
  • Concept drift: P(Y|X) changes, different correction strategies needed

Ready to go further?

Related questions