Netflix / metaflow

Open Source Platform for developing, scaling and deploying serious ML, AI, and data science systems
https://metaflow.org
Apache License 2.0
8.26k stars 774 forks source link

Support packaging local runs of Metaflow #1982

Open talsperre opened 2 months ago

talsperre commented 2 months ago

Adds a new package decorator to package all metaflow runs, including local ones. Additionally, this POC also demonstrates how we can move the logic for packaging/uploading packages outside the critical path of execution, and make it non-blocking by executing it in a thread.