Cloud ML Engine batch predictions - How to simply match returned predictions with input data?
问题 According to the ML Engine documentation, an instance key is required to match the returned predictions with the input data. For simplicity purposes, I would like to use a DNNClassifier but apparently canned estimators don't seem to support instance keys yet (only custom or tensorflow core estimators). So I looked at the Census code examples of Custom/TensorflowCore Estimators but they look quite complex for what I am trying to achieve. I would prefer using a similar approach as described in