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 1.4 KB

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
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
  1. schema: '2.0'
  2. stages:
  3. process_data:
  4. cmd: python training/src/process.py
  5. deps:
  6. - path: config/main.yaml
  7. md5: 5db6650005ebf1225920e1164c3d9d19
  8. size: 716
  9. - path: data/raw
  10. md5: 4fab2c71b869451ea58f8c4aeb16b2b3.dir
  11. size: 195247
  12. nfiles: 2
  13. - path: training/src/process.py
  14. md5: c4c1be8b0fbe8e3d8f082e8c184c6288
  15. size: 1433
  16. outs:
  17. - path: data/processed
  18. md5: 51b8b1094218074679391fd59a18ed6f.dir
  19. size: 153771
  20. nfiles: 5
  21. train_model:
  22. cmd: python training/src/train_model.py
  23. deps:
  24. - path: config/main.yaml
  25. md5: 5db6650005ebf1225920e1164c3d9d19
  26. size: 716
  27. - path: data/processed
  28. md5: 51b8b1094218074679391fd59a18ed6f.dir
  29. size: 153771
  30. nfiles: 5
  31. - path: training/src/train_model.py
  32. md5: aed2ac144f5709275c27cce037908853
  33. size: 3299
  34. outs:
  35. - path: models/xgboost
  36. md5: b8ff23bbee1184ac2b1529b7cbfefc11
  37. size: 22142
  38. evaluate_model:
  39. cmd: python training/src/evaluate_model.py
  40. deps:
  41. - path: config/main.yaml
  42. md5: 5db6650005ebf1225920e1164c3d9d19
  43. size: 716
  44. - path: data/processed
  45. md5: 51b8b1094218074679391fd59a18ed6f.dir
  46. size: 153771
  47. nfiles: 5
  48. - path: models/xgboost
  49. md5: b8ff23bbee1184ac2b1529b7cbfefc11
  50. size: 22142
  51. - path: training/src/evaluate_model.py
  52. md5: a0c3e0b0bb08f7208d8ff4e782a38058
  53. size: 1957
Tip!

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

Comments

Loading...