Google Professional Machine Learning Engineer Professional-Machine-Learning-Engineer Question # 58 Topic 6 Discussion

Google Professional Machine Learning Engineer Professional-Machine-Learning-Engineer Question # 58 Topic 6 Discussion

Professional-Machine-Learning-Engineer Exam Topic 6 Question 58 Discussion:
Question #: 58
Topic #: 6

You are working with a dataset that contains customer transactions. You need to build an ML model to predict customer purchase behavior You plan to develop the model in BigQuery ML, and export it to Cloud Storage for online prediction You notice that the input data contains a few categorical features, including product category and payment method You want to deploy the model as quickly as possible. What should you do?


A.

Use the transform clause with the ML. ONE_HOT_ENCODER function on the categorical features at model creation and select the categorical and non-categorical features.


B.

Use the ML. ONE_HOT_ENCODER function on the categorical features, and select the encoded categorical features and non-categorical features as inputs to create your model.


C.

Use the create model statement and select the categorical and non-categorical features.


D.

Use the ML. ONE_HOT_ENCODER function on the categorical features, and select the encoded categorical features and non-categorical features as inputs to create your model.


Get Premium Professional-Machine-Learning-Engineer Questions

Contribute your Thoughts:


Chosen Answer:
This is a voting comment (?). It is better to Upvote an existing comment if you don't have anything to add.