Do you need MLflow, or do you need reproducible pipeline caching?
They sound like the same problem. They're not — and mixing them up is why so many ML projects still can't reproduce last week's result.
They sound like the same problem. They're not — and mixing them up is why so many ML projects still can't reproduce last week's result.
How data scientists waste hours recomputing steps that never changed — and a lightweight way to fix it.
Your current workflow probably chains several functions together like in the example below. While quick, it likely has many problems: