I really enjoy using DVC. I do have some drawbacks compared to other offering like MLFlow and W&B.<p>1. Harder to track experiments on remote VM's (e.g. Azure) as there's no server (we need to feed results back somehow)
2. Impossible (?) to track different types of experiments in the same repo. MLFlow has a way to define experiments and runs, which means I can easily group Regression vs Classification or even if I try a completely different task with the same data.<p>If anyone has a good suggestion on how to solve these two I'd love to fully commit to DVC!