Certified AI Developer (CAID) Machine Learning (ML) CAID
Quiz 2 Question 1 of 20

Imagine you are training a machine learning model to predict home prices. You feed it two input variables: the number of bedrooms (ranging from 1 to 5) and the square footage of the lot (ranging from 500 to 10,000). During training, your model is performing poorly and taking an excessive amount of time to converge because the optimization algorithm is highly sensitive to changes in the lot size but barely registers the number of bedrooms. What preprocessing step should you implement to resolve this imbalance?

Select an answer to reveal the explanation.