Batch Models
If your model runs periodically every X days, we refer to it as a batch model (as opposed to a real-time model).
Typically, storing the predictions of batch models is straightforward. The code examples that follow are naive "illustrations" of how to do so.
Example: Pandas to Parquet on S3
Example: Pyspark to Delta Lake
Last updated