Training-serving skew is the difference in performance or data distribution between the environment where a model is trained and the environment where it is deployed to serve live predictions. An AI product manager must track this because a model that performs well during testing may fail in production if the data it encounters in the real world does not match the data it learned from. This skew occurs for two primary reasons. First, data transformation inconsi....
Log in to view the answer