metaflow icon indicating copy to clipboard operation
metaflow copied to clipboard

:rocket: Build and manage real-life ML, AI, and data science projects with ease!

Results 409 metaflow issues
Sort by recently updated
recently updated
newest added

This cleans up a few things and also introduces the possibility of installing a pre-configured Conda distribution to use on both machines that launch Metaflow flows and machines that execute...

I was able to successfully run episode 5 with the [Sandbox environment](https://metaflow.org/sandbox) provided by the metaflow team. However, when I run episode 6, the "start" step fails with the following...

Hello, I have a use case where i want to run it as part of the current code base which can run something like. "python filename.py run" which we run...

Hello, I tried to run a Temporal Fusion Transformer Model using Metaflow, locally runs fine on my setup, but when I tried to run using metaflow I get the following...

You can technically do it using the production token but providing an easier way to see all flows in a project/branch may be useful.

When the catch decorator captures an exception, if the exception happened within the user code, any artifact that has been set prior to the exception is persisted in the datastore...

https://outerbounds-community.slack.com/archives/C02116BBNTU/p1660059534420369?thread_ts=1659639983.818119&cid=C02116BBNTU via chat.metaflow.org

This rewrite addresses several issues: - IncludeFile were not properly returned in dump and via the client - Improves logic in create/trigger for step-functions for example - Properly consider the...

mergeable

Certain environmental constraints could be made available as part of current.

We could support some form of auto-completion for Metaflow in iPython. Some examples: ``` def _ipython_key_completions_(self): return [s.id for s in self.steps()] ``` on a run to complete something like...

enhancement
help wanted
good first issue
upforgrabs