Force running experiment from a specified stage

You can do that using --downstream flag, which will run only stages after (and including) the target: dvc exp run dvc.yaml:evaluate_test_data -f --downstream

2 Likes