metaflow
metaflow copied to clipboard
:rocket: Build and manage real-life ML, AI, and data science projects with ease!
Just got an "unknown user" error, when I went to google it I landed on https://github.com/Netflix/metaflow/issues/45 I see in a comment there that there's a hierarchy of environment variables to...
Currently, it is not possible to get the current tags from the `current` singleton. We could add them.
Hello, thank you for the excellent package. I have gone through the documentation available on the [site](https://docs.metaflow.org/), however, I couldn't find class-specific docs like its public properties and methods. For...
It doesn't seem like it is possible to conditionally store a function in a member variable based on some logic. Consider the following example: ```python from metaflow import FlowSpec, Parameter,...
Currently the base image is customisable by setting `METAFLOW_BATCH_CONTAINER_IMAGE` or passing `image` - if not specified this falls back to the users Python versions, e.g. `python:3.9.2` This image name doesn't...
A solution for https://github.com/Netflix/metaflow/issues/387 thank you!
Hello, recently, I've noticed that metaflow freezes when used with tqdm and enough large number of print command in the loop. To reproduce: ``` from metaflow import FlowSpec, step from...
Thanks for open sourcing this library. I was quite excited to take it for a spin, only to get an error "no module named 'fcntl'", and learning through #10, #23...
There is a recurring problem with remote execution environments, where Metaflow task may request more resources that can be provisioned, and that causes task be stuck. These issues tend to...
Hi, I am having the following error when launching a flow on AWS step functions. ``` "Status": "FAILED", "StatusReason": "Container Overrides length must be at most 8192" ``` It seems...