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
54
  1. featurization:
  2. cmd: python code/featurization.py
  3. deps:
  4. - path: code/featurization.py
  5. md5: 352f0c3f147b26bc3adeb15584998433
  6. size: 1470
  7. - path: data/test_data.csv
  8. md5: c807df8d6d804ab2647fc15c3d40f543
  9. size: 18289443
  10. - path: data/train_data.csv
  11. md5: 5b49cf1b57fb9d6102b559d59d99df7c
  12. size: 109575994
  13. outs:
  14. - path: data/norm_params.json
  15. md5: ea51a1e448f0dd109415c4d9de3fd081
  16. size: 138943
  17. - path: data/processed_test_data.npy
  18. md5: d8a177962ee4e99711e793742d9bb2e9
  19. size: 1280128
  20. - path: data/processed_train_data.npy
  21. md5: c8f230ef86f7315e0692cb9b0d9d09e2
  22. size: 7680128
  23. training:
  24. cmd: python code/train_model.py
  25. deps:
  26. - path: code/train_model.py
  27. md5: 655c3242c17b3d0213d7ce4d9f78344d
  28. size: 1652
  29. - path: data/processed_train_data.npy
  30. md5: c8f230ef86f7315e0692cb9b0d9d09e2
  31. size: 7680128
  32. outs:
  33. - path: data/model.pkl
  34. md5: 8b1173e650dd468e8128a137b565b9c3
  35. size: 799576
  36. - path: metrics/train_metric.json
  37. md5: 069ef39d30d0040de24abd3327d0ddb7
  38. size: 36
  39. eval:
  40. cmd: python code/eval.py
  41. deps:
  42. - path: code/eval.py
  43. md5: 75c6e9b5ffa5ab5bbf83b7c3e8de188d
  44. size: 974
  45. - path: data/model.pkl
  46. md5: 8b1173e650dd468e8128a137b565b9c3
  47. size: 799576
  48. - path: data/processed_test_data.npy
  49. md5: d8a177962ee4e99711e793742d9bb2e9
  50. size: 1280128
  51. outs:
  52. - path: metrics/eval.json
  53. md5: 572d82065b564bd67143e147bff011d7
  54. size: 20
Tip!

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

Comments

Loading...