Write skew_keys(train_keys, serve_keys) that returns the sorted
list of features present at training but missing at serving (the
features the model expects but won't get live).
Write skew_keys(train_keys, serve_keys) that returns the sorted
list of features present at training but missing at serving (the
features the model expects but won't get live).