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: b800dbce777bff03fa397a3cba062200
  8. size: 991
  9. - path: data/raw
  10. md5: 876dd6a9663064054530bc03668741c9.dir
  11. size: 195247
  12. nfiles: 1
  13. - path: training/src/process.py
  14. md5: 33f4499bae9b6e7fd1d10734dd1b54c2
  15. size: 1449
  16. outs:
  17. - path: data/processed
  18. md5: f3583e9b8f983f8873a456e79a2c234d.dir
  19. size: 172411
  20. nfiles: 4
  21. train_model:
  22. cmd: python training/src/train_model.py
  23. deps:
  24. - path: config/main.yaml
  25. md5: b800dbce777bff03fa397a3cba062200
  26. size: 991
  27. - path: data/processed
  28. md5: f3583e9b8f983f8873a456e79a2c234d.dir
  29. size: 172411
  30. nfiles: 4
  31. - path: training/src/train_model.py
  32. md5: 721cd9e90be1de693fddb76fe34f7243
  33. size: 3301
  34. outs:
  35. - path: models/xgboost
  36. md5: 82f1895d562ee0abf6090ff89444c2b5
  37. size: 31195
  38. evaluate_model:
  39. cmd: python training/src/evaluate_model.py
  40. deps:
  41. - path: config/main.yaml
  42. md5: b800dbce777bff03fa397a3cba062200
  43. size: 991
  44. - path: data/processed
  45. md5: f3583e9b8f983f8873a456e79a2c234d.dir
  46. size: 172411
  47. nfiles: 4
  48. - path: models/xgboost
  49. md5: 82f1895d562ee0abf6090ff89444c2b5
  50. size: 31195
  51. - path: training/src/evaluate_model.py
  52. md5: 8ced238089ea51b2011f6a77e556687a
  53. size: 2085
Tip!

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

Comments

Loading...