David de la Iglesia Castro

Results 109 issues of David de la Iglesia Castro

Closes #2116 Closes https://github.com/iterative/dvclive/issues/267

The feature will be used depending on whether `config.hydra.output_file` has been set or not. Uses `hydra.initialize_config_dir` and `hydra.compose` (from https://hydra.cc/docs/advanced/compose_api/) to build the config and dump it to `config.hydra.output_file`. `config.hydra.config_dir`...

A: experiments
feature
A: params

Support to write a list of line-separated revisions to `.dvc/ignore_revs`. If `.dvc/ignore_revs` exists, parse the revisions and skip them when using `brancher`. Allows to skip broken commits in `gc`, `pull`,...

feature
A: Repo

Should be similar to `params_show`: https://github.com/iterative/dvc/blob/main/dvc/api/params.py

good first issue
feature request
A: api

What if I wanted to do something like `dvc gc --rev HEAD --rev baseline --rev some_other_tag`? That would depart from how `--rev` is used in `exp` commands and is a...

feature request
A: gc

Yes, its true. I will fix that in follow up PR, where I intend to parameterized this test to handle one use case per test. That way we won't have...

enhancement
testing
A: plots

### Discussed in https://github.com/iterative/dvc/discussions/6542 Originally posted by **Hongbo-Miao** September 6, 2021 Currently, my GitHub Actions workflow looks like this: when I open a pull request (change some model codes /...

documentation
question
ci-github

Is it possible to delete an image already published by `cml publish`?

enhancement
cml-publish
security

P.R. for https://github.com/iterative/dvc/pull/8067

C: ref

I think it’s very good content but it seems it’s a little hidden. I know it's right below `User Guide` but I really think this kind of comparison could be...

type: discussion
C: guide