Loading...
Design a machine learning system that classifies incoming emails as spam or not spam.
Scenario: An email provider wants to filter spam for millions of users. The system must process incoming emails in real time and handle evolving spam techniques.
Your Task: Implement a function that returns the system design specification as a structured dictionary. Your design should include:
Evaluation: Your design will be evaluated on completeness, appropriate model choices, and production readiness.
Describe your system design approach. Consider components, data flow, and key decisions.