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 743 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
27
28
  1. prepare:
  2. cmd: python src/prepare.py data/data.xml
  3. deps:
  4. - path: data/data.xml
  5. md5: 5193c4f0e82207a00e6596f679cbdb74
  6. - path: src/prepare.py
  7. md5: 41946109a10ffe6a425f020044b38309
  8. params:
  9. params.yaml:
  10. prepare.seed: 20170428
  11. prepare.split: 0.2
  12. outs:
  13. - path: data/prepared
  14. md5: 16daf4c3083b789fbbeefaff4757e959.dir
  15. featurize:
  16. cmd: python3 src/featurization.py data/prepared data/features
  17. deps:
  18. - path: data/prepared
  19. md5: 16daf4c3083b789fbbeefaff4757e959.dir
  20. - path: src/featurization.py
  21. md5: 15df447f2e6ed0ef6c23027cd8b8d583
  22. params:
  23. params.yaml:
  24. featurize.max_features: 500
  25. featurize.ngrams: 1
  26. outs:
  27. - path: data/features
  28. md5: 87caa68b6c9bf51567f9a152018b02c2.dir
Tip!

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

Comments

Loading...