-
Notifications
You must be signed in to change notification settings - Fork 2
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
Minor updates #4
base: main
Are you sure you want to change the base?
Changes from all commits
22f969d
cdcd1c2
577975f
0ba390e
3082647
217802a
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -5,19 +5,23 @@ jobs: | |
runs-on: [ubuntu-latest] | ||
container: docker://dvcorg/cml:0-dvc2-base1 | ||
steps: | ||
- uses: actions/checkout@v2 | ||
- uses: actions/checkout@v3 | ||
with: | ||
ref: ${{ github.event.pull_request.head.sha }} | ||
fetch-depth: 0 | ||
- name: Fix git safe.directory, user name & email | ||
run: | | ||
cml ci | ||
- name: Generate metrics report | ||
env: | ||
REPO_TOKEN: ${{ secrets.GITHUB_TOKEN }} | ||
run: | | ||
pip install -r requirements.txt | ||
|
||
dvc get https://github.com/iterative/dataset-registry/ dvc-course/hymenoptera_data | ||
|
||
dvc get https://github.com/iterative/dataset-registry/ dvc-course/hymenoptera_data | ||
dvc pull | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. If you want to run I have no idea who has access to those buckets There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. I don't believe this workflow has ever run successfully as it is impossible for DVC to access the data given the current and previous setup |
||
dvc exp run | ||
|
||
dvc metrics show --show-md >> report.md | ||
|
||
cml send-comment report.md | ||
cml comment create --pr report.md |
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -6,6 +6,6 @@ evidently | |
matplotlib | ||
numpy | ||
pandas | ||
sklearn | ||
scikit-learn | ||
torch | ||
torchvision |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Not sure what this line is supposed to do as the downloaded folder is not used by the pipeline in
dvc.yaml
?