Google Cloud support for data exploration and preparation
TensorFlow has several preprocessing libraries that you can use with AI Platform. For example, tf.transform.
You can deploy and serve scikit-learn pipelines on AI Platform to apply built-in transforms for training and online prediction. Applying custom transformations is in beta.
You can deploy a custom prediction routine (beta) to make sure AI Platform preprocesses input at prediction time in the same way that you preprocessed data during training.
43
81 reads