Register
Login
Resources
Docs Blog Datasets Glossary Case Studies Tutorials & Webinars
Product
Data Engine LLMs Platform Enterprise
Pricing Explore
Connect to our Discord channel

dvc.lock 767 B

You have to be logged in to leave a comment. Sign In
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
  1. split:
  2. cmd: python3 main.py split
  3. deps:
  4. - path: data/raw/CrossValidated-Questions.csv
  5. md5: 701ee6da8ba779f80e68608fd02827a0
  6. outs:
  7. - path: data/processed/test.csv.zip
  8. md5: d3dbe658475b4f4a5f0eedb354175807
  9. - path: data/processed/train.csv.zip
  10. md5: 04c714744a3b7519dd3543b539d8b3e6
  11. train:
  12. cmd: python3 main.py train
  13. deps:
  14. - path: data/processed/test.csv.zip
  15. md5: d3dbe658475b4f4a5f0eedb354175807
  16. - path: data/processed/train.csv.zip
  17. md5: 04c714744a3b7519dd3543b539d8b3e6
  18. - path: main.py
  19. md5: f6d84112350eda14e2e5b208de0a112c
  20. outs:
  21. - path: metrics.csv
  22. md5: 33daee06a6bafadccb89f807f780faae
  23. - path: outputs
  24. md5: 0597bc63174d3f6e1317e29d96d10f86.dir
  25. - path: params.yml
  26. md5: 015f5b9c707c824f425e4cb961dcc606
Tip!

Press p or to see the previous file or, n or to see the next file

Comments

Loading...