Hacker News new | ask | show | jobs
by kprybol 2388 days ago
Does this do experiment tracking similar to MLflow? I’m trying to figure where these two overlap and where they diverge.
1 comments

yep, Metaflow tracks everything: Your code, dependencies, and the internal state of the workflow automatically.

A big difference between Metaflow and other workflow frameworks for ML is that Metaflow doesn't only execute your DAG, it helps you to design and implement the code that runs inside the DAG. Many frameworks leave these details to the data scientist to decide.