Machine Learning Engineering
Wasserstein distance, also known as Earth Mover's Distance, is a measure of the distance between two probability distributions over a given metric space. It quantifies the minimum cost of transforming one distribution into another by considering the 'work' required to move probability mass. This concept is particularly relevant for assessing data drift, as it helps in understanding how much the distribution of data has shifted over time, which can impact model performance and decision-making processes.
congrats on reading the definition of Wasserstein Distance. now let's actually learn it.