-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
directory structure for production deployment #734
Comments
Hi @analystanand ! Could you please clarify your question? Are you asking if you can hide .dvc files into a separate directory? If so, the answer is you can, but we do not recommend that and instead suggest storing dvcfiles alongside your code. That being said, if you really need to hide them, consider using Thanks, |
I find quite easy to reproduce experiments from one system to another with the help of dvc. But As we have to deploy projects.. that we need to manually take model.p from master branch and put them into git for loading while prediction. In general while creating we add data/* to DVC but to deploy our remote repo. we need just model.pickle. which needs to manually placed out dvc.. My question is can we create model.pickle which will be in pipeline as well as available in git repo to deploy directly from continuous integration. see the structure. https://drivendata.github.io/cookiecutter-data-science/ |
Ah, I see. Sure, just use |
got it. thanks |
You are welcome :) Closing for now, feel free to reopen. |
Currently we are planing to utilize dvc for our projects.
The text was updated successfully, but these errors were encountered: