Dave Berenbaum

Results 845 comments of Dave Berenbaum

Thanks @maxagin! **Thoughts on option 1** Option 1 does NOT reorder nor hide any columns, right? If that's true, is a toggle needed? Is it ever helpful to toggle highlighting...

> If `dvc status -c` is too expensive I don't think it makes sense to check the remote constantly, but doing it once after each git commit could make sense.

> Good idea. The problem is that names are provided and stored in DVC. @dberenbaum @pmrowla is there a way to change them after / where do we store them...

Is conda-forge still planned for release?

I think you will typically need to define separate training and inference pipelines. Training is better kept modular, persisting to disk frequently to cache/debug stages, while for inference everything usually...

Related conversation: https://github.com/iterative/dvc.org/pull/3147#discussion_r789079337

My take: * `scalars` seems too technical to me. Can we rename to `trends` to align with VS Code and Studio? * `dvclive.json` we can probably rename to `metrics.json`. We...

Okay, maybe we can hold off on `trends` for now or think of another name.

> Okay, maybe we can hold off on `trends` for now or think of another name. How about `metrics`, so that it looks like: ``` $ tree dvclive ├── metrics.json...

> When using `dvclive` as an alternative to these _ML Loggers_, the user loses all that information. Hyperparameters can be tracked in `params.yaml` or another file. In the general DVC...