在 GitHub 上编辑
exp
是
dvc experiments
的别名。
一组用于生成和管理实验的命令:run、show、diff、apply、branch、remove、push、pull、list 和 clean。
要求使用 Git 对项目进行版本控制。
概要
usage: dvc exp [-h] [-q | -v]
{show,apply,diff,run,branch,list,push,pull,remove,clean}
...
positional arguments:
COMMAND
show Print experiments.
run Run or resume an experiment.
apply Apply the changes from an experiment to your workspace.
branch Promote an experiment to a Git branch.
clean Cleanup experiments temporary internal files.
diff Show changes between experiments.
list List local and remote experiments.
pull Pull an experiment from a Git remote.
push Push a local experiment to a Git remote.
remove Remove experiments.
save Save current workspace as an experiment.
描述
dvc exp
子命令提供了专门的方法来创建和管理数据科学/机器学习实验。
更多信息请参见 实验管理。
请注意,DVC 假设实验是确定性的(参见 避免意外行为)。