Skip to content
New issue

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

Task 6.1 - Experimenting Workflow #19

Open
6 tasks
mnrozhkov opened this issue Nov 9, 2021 · 0 comments
Open
6 tasks

Task 6.1 - Experimenting Workflow #19

mnrozhkov opened this issue Nov 9, 2021 · 0 comments
Assignees
Labels

Comments

@mnrozhkov
Copy link
Collaborator

mnrozhkov commented Nov 9, 2021

Branch: step-9-experimenting-workflow

Tasks:
Experiment 1

  • run a new experiment with updated parameter:
    dvc exp run -S train.cv=2
  • show metrics with CLI:
    dvc exp show
  • apply to the current branch / commit & push to remote /
    dvc exp apply <exp>
    git add . & git commit -m "Experiment 1: train.cv=2"

Experiment 2

  • run a new experiment
    dvc exp run -S train.estimator_name=svm
  • create a branch / commit / push to remote / check updates in Studio
    dvc exp branch <exp> experiment-2
    git add . & git commit -m "Experiment 2: SVM"
    git push origin experiment-2
  • merge to step-9-experimenting / check updates in Studio
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant