Open adamtupper opened 3 years ago
Add a make file with targets (such as build, run, format, test, etc.) to reduce the need to remember, copy and paste long and complicated commands.
build
run
format
test
Include --no-commit flag in dvc repro commands to enable manual control over whether artifacts for a run should be stored and tracked.
--no-commit
dvc repro
Add a make file with targets (such as
build
,run
,format
,test
, etc.) to reduce the need to remember, copy and paste long and complicated commands.