Hi all! In our organization we are a small team (inside a big company) and we are looking for alternatives for managing our ML projects (by combining one or several open source tools). We have been considering ClearML, ZenML, Kedro+MLFlow... We want some tool to manage and organize our pipelines, but we also want to have some tool were we can manage (visualize, inspect lineage and things like that) our artifacts (say, predictions, models, etc) and also experiments. We would like to have also some kind of data versioning mechanism. I am very new to Metaflow, but I guess it covers more or less the same as Kedro, but it's not a complete MLOps solution, right?
To rephrase my question, for those of you who work on premise (as in our case) and are using Metaflow, do you combine it with other tools (i.e. bentoML for deployment, dvc for data versioning, MLFlow for experimenting...), or esentially metaflow have all your needs covered?
And I would like to read some feedback about the tool, are you happy with it? From what I have read in other places and the documentation it looks really nice, with a clean API, but I am willing to read from end users as well.