This question evaluates skills in data preprocessing, robust model development, evaluation metric selection, algorithmic understanding, and hyperparameter tuning—covering handling missing values and outliers, choosing classification and regression metrics, explaining an ML algorithm's mechanics, and describing key XGBoost parameters in the Machine Learning domain. It is commonly asked to assess reasoning about real-world tabular data and production-ready trade-offs, and it tests both conceptual understanding and practical application by probing data treatment decisions, metric implications, algorithm behavior, and parameter effects.
You are building classification and regression models on tabular business data with missing values and potential outliers. You must choose appropriate data treatments, evaluation metrics, and modeling approaches suitable for production.
Login required