-1

How does the google cloud ml engine predict function work? Does it apply the same data transformations on the test data point as it does on the training data set?

Prudhvini
  • 55
  • 5

1 Answers1

0

predict works out of the model exported from training. So, if your model has the transformations built in (for e.g. tf transform), then yes the same transforms will be applied.

Do you have something specific you want to know? I suggest this documentation: https://cloud.google.com/ml-engine/docs/tensorflow/prediction-overview

Bhupesh
  • 209
  • 1
  • 5