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.6 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
54
55
56
  1. schema: '2.0'
  2. stages:
  3. process_data:
  4. cmd: python -m src.data.make_dataset "data/raw/movie_review.csv" "data/processed/"
  5. deps:
  6. - path: data/raw
  7. md5: 872b1e1cbb9f019f46471e6a76294bdf.dir
  8. size: 66212309
  9. nfiles: 1
  10. - path: src/data/make_dataset.py
  11. md5: 57bf4cdcee96ffe85f54ce4442a4e4bf
  12. size: 2171
  13. outs:
  14. - path: data/processed
  15. md5: b9e6005f0d7d1293a0c8c65a23f8b981.dir
  16. size: 61165264
  17. nfiles: 4
  18. train:
  19. cmd: python -m src.models.train_model "data/processed/" "models/"
  20. deps:
  21. - path: data/processed
  22. md5: b9e6005f0d7d1293a0c8c65a23f8b981.dir
  23. size: 61165264
  24. nfiles: 4
  25. - path: src/models/train_model.py
  26. md5: a6bd7f5c34975078cb75e77f67204741
  27. size: 1781
  28. outs:
  29. - path: models
  30. md5: e92768c86c85583b4230100054fb551a.dir
  31. size: 56684375
  32. nfiles: 1
  33. - path: reports/training_metrics.csv
  34. md5: 2be380aa47ff8c977b9932bd202c989f
  35. size: 5010
  36. - path: src/models/training_params.yml
  37. md5: 7848c4f3265f04395a714ea3a9d13bc7
  38. size: 12
  39. eval:
  40. cmd: python -m src.models.predict_model "data/processed/" "models/"
  41. deps:
  42. - path: data/processed
  43. md5: b9e6005f0d7d1293a0c8c65a23f8b981.dir
  44. size: 61165264
  45. nfiles: 4
  46. - path: models
  47. md5: e92768c86c85583b4230100054fb551a.dir
  48. size: 56684375
  49. nfiles: 1
  50. - path: src/models/predict_model.py
  51. md5: dbef634b88f92392ada3ad64b43b4792
  52. size: 1229
  53. outs:
  54. - path: reports/metrics.csv
  55. md5: a94fbd7f9586481cbec2d9fc34e56c5e
  56. size: 871
Tip!

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

Comments

Loading...