top | item 21698052

(no title)

kprybol | 6 years ago

Does this do experiment tracking similar to MLflow? I’m trying to figure where these two overlap and where they diverge.

discuss

order

vtuulos|6 years ago

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.