How should you configure the end-to-end architecture of the predictive model?

You work for a public transportation company and need to build a model to estimate delay times for multiple transportation routes. Predictions are served directly to users in an app in real time. Because different seasons and population increases impact the data relevance, you will retrain the model every month. You want to follow Google-recommended best practices .

How should you configure the end-to-end architecture of the predictive model?
A . Configure Kubeflow Pipelines to schedule your multi-step workflow from training to deploying your model.
B . Use a model trained and deployed on BigQuery ML and trigger retraining with the scheduled query feature in BigQuery
C . Write a Cloud Functions script that launches a training and deploying job on Ai Platform that is triggered by Cloud Scheduler
D . Use Cloud Composer to programmatically schedule a Dataflow job that executes the workflow from training to deploying your model

Answer: B

Subscribe
Notify of
guest
0 Comments
Inline Feedbacks
View all comments