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

Edit DVC deps to include cmd run files #240

Merged

Conversation

wagnerlmichael
Copy link
Member

@wagnerlmichael wagnerlmichael commented May 13, 2024

This PR edits the dvc.yaml file's deps to be consistent with the documentation by adding the files invoked as deps.

@wagnerlmichael wagnerlmichael linked an issue May 13, 2024 that may be closed by this pull request
@wagnerlmichael wagnerlmichael changed the title Add files as dvc deps Edit DVC deps to include cmd run files May 13, 2024
@wagnerlmichael wagnerlmichael marked this pull request as ready for review May 13, 2024 14:45
Copy link
Member

@dfsnow dfsnow left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@wagnerlmichael Thanks for grabbing this. Can you run the pipeline or md5 hash the files manually and add them to the dvc.lock file? Then repeat this same PR for the condo model.

Copy link
Member

@dfsnow dfsnow left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@wagnerlmichael Same thing here. Can you just make sure that merging master didn't change any of the hashes?

@wagnerlmichael
Copy link
Member Author

wagnerlmichael commented Aug 15, 2024

@wagnerlmichael Same thing here. Can you just make sure that merging master didn't change any of the hashes?

(venv) miwagne@ccao-datals:~/repos/model-res-avm/pipeline$ find . -type f -maxdepth 1 -exec md5sum {} +
c04f9224e873b1ee29a64fa68aa6c8d9  ./00-ingest.R
5e8c9b7d547ea41d9ec9441465e6e275  ./02-assess.R
d33c8e642e5e29a0683463ce885771f8  ./03-evaluate.R
b4615315b52165eed4a030c94def015b  ./07-export.R
3b7d11c518447cf6c14ec7668c488968  ./06-upload.R
67b83129bec4027ac9e321a041c14c58  ./08-api.R
1cc57c0bcdaf2725fa343c6d88c1592c  ./04-interpret.R
5c5a5100ebae2013bc24e8f9333d136b  ./05-finalize.R
46115d48cf066d35b0db14dc13a8d9b3  ./01-train.R

@dfsnow I git pulled and they match up

@wagnerlmichael wagnerlmichael merged commit dd0dcc3 into master Aug 19, 2024
4 checks passed
@wagnerlmichael wagnerlmichael deleted the 239-edit-dvcyaml-to-include-files-invoked-as-deps branch August 19, 2024 15:16
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Edit dvc.yaml to include files invoked as deps
2 participants