Deal of The Day! Hurry Up, Grab the Special Discount - Save 25% - Ends In 00:00:00 Coupon code: SAVE25
Welcome to Pass4Success

- Free Preparation Discussions

Google Exam Professional Machine Learning Engineer Topic 8 Question 65 Discussion

Actual exam question for Google's Professional Machine Learning Engineer exam
Question #: 65
Topic #: 8
[All Professional Machine Learning Engineer Questions]

You work for a hospital that wants to optimize how it schedules operations. You need to create a model that uses the relationship between the number of surgeries scheduled and beds used You want to predict how many beds will be needed for patients each day in advance based on the scheduled surgeries You have one year of data for the hospital organized in 365 rows

The data includes the following variables for each day

* Number of scheduled surgeries

* Number of beds occupied

* Date

You want to maximize the speed of model development and testing What should you do?

Show Suggested Answer Hide Answer
Suggested Answer: D

This approach would allow you to keep the critical columns of data while reducing the sensitivity of the dataset by removing the personally identifiable information (PII) before training the model. By creating an authorized view of the data, you can ensure that sensitive values cannot be accessed by unauthorized individuals.


Contribute your Thoughts:

Meaghan
1 days ago
I'm not sure, option D also sounds promising with the forecasting model.
upvoted 0 times
...
James
3 days ago
I agree with Gilberto. It seems like the most efficient way to predict bed usage.
upvoted 0 times
...
Gilberto
4 days ago
I think we should go with option A, using BigQuery ML for regression modeling.
upvoted 0 times
...

Save Cancel