LeetQuiz Logo
Privacy Policy•contact@leetquiz.com
© 2025 LeetQuiz All rights reserved.
Google Professional Data Engineer

Google Professional Data Engineer

Get started today

Ultimate access to all questions.


You are tasked with creating a predictive model to estimate housing prices. Given the limited budget, you need to execute this model on a single virtual machine that has constrained computational resources. With these limitations in mind, which learning algorithm would be most appropriate to use?

Exam-Like



Explanation:

Linear regression is the correct answer because it is computationally less resource-intensive compared to other options like neural networks. Given the budget constraints and the need to run the model on a single resource-constrained virtual machine, linear regression is the most efficient choice. It is suitable for predicting continuous numerical values, such as housing prices, and does not require specialized hardware like GPUs, making it a practical solution for this scenario.

Powered ByGPT-5