On this page
article
Interview Q&A #130
Machine Learning interview question #20.
Category: Machine Learning
Question
[Machine Learning] Question #20: What is a generator?
Answer
A function with yield that produces values lazily, saving memory for large sequences.
Expand your answer with examples from your projects and link to Interview Prep.
Follow-Up Questions
- Can you explain a trade-off involved?
- How would you test this in production?
- What could go wrong at scale?