Mark van der Broek
Mark van der Broek
+1 as discussed here: https://prefect-community.slack.com/archives/C048ZHT5U3U/p1728058604714769. This workflow is really useful for machine learning pipelines to be able to schedule a flow for different models.
+1 for this issue. This is a very common use-case in machine learning. E.g., running a train job with different parameters.
Another way of enabling access to more historical data (even going beyond the previous day runs data that is done per day instead of per run) would be to split...
Thanks for the _swift_ response! That repo looks really interesting; I will have a look at it. Correct me if I'm wrong but the parsing of the data into the...
> I was talking more about serving the raw data before being loaded into the DB, which of course has much lower latency than using anything else like Python. I...