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

Example of how to commit dvc.lock #15

Open
wants to merge 3 commits into
base: master
Choose a base branch
from

Conversation

DavidGOrtega
Copy link
Contributor

This PR showcase how a simple code can commit our dvc.lock file after running our workflow

git config --local user.email "[email protected]"
git config --local user.name "GitHub Action"

git add dvc.lock
git add lock loss.csv metrics.json
git commit -m "CML commit"

git push 
dvc push

image

@tasdomas tasdomas added the example Showcasing functionality label Sep 27, 2022
@github-actions
Copy link

5441f97

Path Metric master workspace Change
metrics.json accuracy 0.87236 0.87228 -8e-05
metrics.json precision 0.86419 0.86031 -0.00388
metrics.json recall 0.88568 0.891 0.00532

CML watermark

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
example Showcasing functionality
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants