The Kolmogorov-Smirnov test, often abbreviated as the K-S test, is the standard statistical test used in automated MLOps pipelines to detect feature drift by comparing the distributions of production data and training data. A distribution describes the range of values a feature takes and how frequently each value occurs. The K-S test works by calculati....
Log in to view the answer