We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Branch: step-9-experimenting-workflow
Tasks: Experiment 1
dvc exp run -S train.cv=2
dvc exp show
dvc exp apply <exp>
git add . & git commit -m "Experiment 1: train.cv=2"
Experiment 2
dvc exp run -S train.estimator_name=svm
dvc exp branch <exp> experiment-2
git add . & git commit -m "Experiment 2: SVM"
git push origin experiment-2
The text was updated successfully, but these errors were encountered:
mnrozhkov
No branches or pull requests
Branch: step-9-experimenting-workflow
Tasks:
Experiment 1
dvc exp run -S train.cv=2
dvc exp show
dvc exp apply <exp>
git add . & git commit -m "Experiment 1: train.cv=2"
Experiment 2
dvc exp run -S train.estimator_name=svm
dvc exp branch <exp> experiment-2
git add . & git commit -m "Experiment 2: SVM"
git push origin experiment-2
The text was updated successfully, but these errors were encountered: