https://github.com/mebjas/dvc-hack
hacky way to implement dvc in ML pipeline (python)
https://github.com/mebjas/dvc-hack
Last synced: about 1 month ago
JSON representation
hacky way to implement dvc in ML pipeline (python)
- Host: GitHub
- URL: https://github.com/mebjas/dvc-hack
- Owner: mebjas
- Created: 2017-06-09T21:51:38.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2017-06-09T22:05:13.000Z (almost 8 years ago)
- Last Synced: 2024-05-23T08:02:20.463Z (11 months ago)
- Language: PowerShell
- Size: 1000 Bytes
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# dvc-hack
hacky way to implement dvc in ML pipeline (python)TODOs
===
- [ ] Even when script is modified, output should be recomputed
- [ ] if dvc.ps1 is changed, whole pipeline be computed unless explicitly mentioned
- [x] update `.dvc.dat` with every operation
- [ ] way to snapshot the environment (dvc.dat + out.* files)Script
====
dvc.ps1