Alex Kim
Alex Kim
If I run many experiments, I'd like to be able to select particular experiments and plot how my metric changed vs some parameter/hyperparameter. Or at the very least, it'd be...
Some parts of the code assume paths to be strings e.g. https://github.com/iterative/mlem/blob/4666de893967cdde41bf5ff605acf51a84bc9b68/mlem/utils/path.py#L8 If you pass a `pathlib`'s path, then you'd get the following error: ``` ... 6 if not path:...
When adding experiments to Plots, I'd like to see at least some info about the experiments I am adding because experiment names don't tell me anything useful. An idea: Maybe...
DVC version: 3.17.0 ```bash $ dvc exp run --pull --no-run-cache ERROR: unrecognized arguments: --no-run-cache ... ``` See: https://dvc.org/doc/command-reference/exp/run#--pull > `--pull` - attempts to download the missing dependencies of stages that...
Automated commits for https://github.com/iterative/magnetic-tiles-defect/commit/82e9d1292b43d5a554bd065c14f43366fc14949e created by CML.
Automated commits for https://github.com/iterative/magnetic-tiles-defect/commit/b604bd81d12516d19151206ded08a7331134496a created by CML.
1. I launched a lupyterlab server: ``` resources: cloud: kubernetes cpus: 16 workdir: . setup: | pip install jupyterlab run: | jupyter lab --no-browser --port 8888 ``` 2. When I...
Add support for building docs previews from fork PRs. I tested this locally with act: ``` act issue_comment -e test-event.json \ --container-architecture linux/amd64 \ -s GITHUB_TOKEN="$GITHUB_TOKEN" \ -s READTHEDOCS_TOKEN="$READTHEDOCS_TOKEN" \...