Dave Berenbaum
Dave Berenbaum
@shcheklein mentioned that it might be worthwhile to look into RSS feed aggregators. There are some parallels in how RSS expects a particular schema of elements (https://validator.w3.org/feed/docs/rss2.html) and can publish...
Sorry @casperdcl, I missed this comment. It's closer to the latter advanced usage. Probably channel, token, etc. can be set in environment variables, and the method can be something like...
Once dvclive can generate plots without dvc, we can close this issue.
Interesting idea! I imagine it would look something like `study.optimize(objective, n_trials=10, callbacks=[DVCLiveCallback()])`, and the output of each completed trial would be logged as a step with its corresponding metrics. Some...
Revisiting this after talking with @daavoo and @tibor-mach 1. Still TBD. 2. Completed. 3. I would say it's nice to have and related to #305. 4. Let's not worry about...
> Is there some way to still generate the report by default? When using the `live` section in no-step scenario, the report gets generated by the monitor task after the...
It seems clunky to me to have the report generated automatically in step scenarios but not in no-step scenarios. Possible ways to make the experiences consistent: 1. Never auto-generate reports...
One more option would be to always suggest using `cache: false` for plots and capturing all dvclive outputs in git instead of dvc.
> What if we encourage through docs to use set outputs for each data subfolder? > > This way the report won't be tracked by DVC and allows for more...
🤔 It's definitely better. If we continue towards trying to auto-configure all DVCLive outputs in `dvc.yaml`, we would still want a way to specify the HTML as ignored, though, right?