🔥 3-day streak
Professional Data Engineer31 / 169
Question 31 of 169
A data science team is building a BigQuery ML logistic regression model to predict customer churn. One key input is customer_age, a continuous integer, and another is annual_income, which ranges from a few thousand to several million and is heavily right-skewed. During evaluation the model underperforms, and the team suspects the raw scale and skew of these numeric features are hurting training. They want the preprocessing logic to be applied consistently and automatically at both training and prediction time, without maintaining a separate transformation pipeline. What should they do?
Reviewed for accuracy · Report an issueNext question