metaflow
metaflow copied to clipboard
:rocket: Build and manage real-life ML, AI, and data science projects with ease!
The initial release of tag mutation will include the following methods: * A - `Run.(add|remove|replace)_tag` (singular) * B - `Run.(add|remove|replace)_tags` (plural). For internal backwards compatibility reasons, A methods accept iterables...
Hey folks, thanks for the great work on Metaflow. This is a question, not an issue. How do you typically do distributed log tracing with Metaflow? We're deploying our Flows...
https://outerboundsco.slack.com/archives/C02116BBNTU/p1654806617765689 accessible through slack.outerbounds.co
If `boto3` isn't found (it's a soft dependency), Metaflow throws an error `You need to install 'boto3' in order to use S3.` after assigning a run id. We can move...
There isn't an easy way to clean up old entries from the datastore. S3 lifecycle policies work for metadata but not for content-addressed artifacts, which may be shared by multiple...
Currently `step-functions trigger` allows specifying parameters to invoke the step function, but not `step-functions create` (the default set of parameters is `{}`). This PR allows specifying parameters when calling `step-functions...
~TODO: I need to add tests~ @valayDave @savingoyal this is ready for review This will close #602