This question evaluates end-to-end machine learning system design competencies, including data preprocessing, feature engineering, model selection, evaluation, monitoring, interpretability, fairness, and deployment for price prediction, and is categorized under Machine Learning with a focus on practical application complemented by conceptual understanding. It is commonly asked to assess an engineer's system-level thinking in translating business requirements into a robust ML workflow that handles data quality, non-stationarity, evaluation trade-offs, and latency/memory constraints.
You have historical home-sale records with features such as lot area, year built, number of rooms, neighborhood, and sale date. You need to build a production-ready system that predicts sale price for new listings.
Design an end-to-end approach that covers:
Login required