GCP Model Pipeline
Learn how you can build pipelines using GCP.
We'll cover the following...
BigQuery and Spark
A common workflow for batch model pipelines is reading input data from a lake, applying a machine learning model, and then writing the results to an application database.
In GCP, BigQuery serves as the data lake and Cloud Datastore can serve as an application ...