iterative / iterative/course-ds-base
Task 6.1 - Experimenting Workflow
- Dominant language
- Jupyter Notebook
- Stars
- 46
- Forks
- 147
- PR merge metrics
- No merged PRs in 30d
Description
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 `
`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 experiment-2`
`git add . & git commit -m "Experiment 2: SVM"`
`git push origin experiment-2`
- [ ] merge to step-9-experimenting / check updates in Studio
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.