ExamGecko
Question list
Search
Search

List of questions

Search

Related questions











Question 2 - Professional Data Engineer discussion

Report
Export

You are building a model to make clothing recommendations. You know a user's fashion preference is likely to change over time, so you build a data pipeline to stream new data back to the model as it becomes available. How should you use this data to train the model?

A.
Continuously retrain the model on just the new data.
Answers
A.
Continuously retrain the model on just the new data.
B.
Continuously retrain the model on a combination of existing data and the new data.
Answers
B.
Continuously retrain the model on a combination of existing data and the new data.
C.
Train on the existing data while using the new data as your test set.
Answers
C.
Train on the existing data while using the new data as your test set.
D.
Train on the new data while using the existing data as your test set.
Answers
D.
Train on the new data while using the existing data as your test set.
Suggested answer: C

Explanation:

https://cloud.google.com/automl-tables/docs/prepare

asked 18/09/2024
Farshin Golpad
38 questions
User
Your answer:
0 comments
Sorted by

Leave a comment first