hackalog / easydata

A flexible template for doing reproducible data science in Python.
MIT License
108 stars 22 forks source link

Integration with dvc #99

Open wbashir opened 5 years ago

wbashir commented 5 years ago

Similar question to the one here: https://github.com/drivendata/cookiecutter-data-science/issues/158

What are your thoughts on integration with dvc?

hackalog commented 5 years ago

We can certainly look into it. I only heard about dvc recently. We do something similar right now with our Dataset object and makefiles, but if we can offload some of that functionality to something like dvc, that could be useful.