You're working on a pipeline that computes model evaluation results from application outputs and human or automated labels. Before choosing an implementation, you want to compare whether the evaluation system should run in scheduled batch jobs, continuous streams, or a mix of both.
Explain the trade-offs between batch processing and streaming architectures in the context of model evaluation.