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
57
58
59
60
61
  1. schema: '2.0'
  2. stages:
  3. data_split:
  4. cmd: uv run -m src.data_split
  5. deps:
  6. - path: data/raw/
  7. hash: md5
  8. md5: d65ea4088f8217bbaa1204de8492657d.dir
  9. size: 12316333
  10. nfiles: 1
  11. - path: src/data_split.py
  12. hash: md5
  13. md5: 3d7970321e1b5ca9e262e1bd48a22460
  14. size: 1358
  15. outs:
  16. - path: data/interim/heart_test.parquet
  17. hash: md5
  18. md5: 6d1dbe16980ef9bdb05655e11bb535e9
  19. size: 1270256
  20. - path: data/interim/heart_train.parquet
  21. hash: md5
  22. md5: c44fb2f2af59e7e98098fcb4aad6caeb
  23. size: 4949802
  24. data_cleaning:
  25. cmd: uv run -m src.data_cleaning
  26. deps:
  27. - path: data/interim/heart_test.parquet
  28. hash: md5
  29. md5: 6d1dbe16980ef9bdb05655e11bb535e9
  30. size: 1270256
  31. - path: data/interim/heart_train.parquet
  32. hash: md5
  33. md5: c44fb2f2af59e7e98098fcb4aad6caeb
  34. size: 4949802
  35. - path: src/data_cleaning.py
  36. hash: md5
  37. md5: 87951677892ae5985c2d28c90b0413c2
  38. size: 2809
  39. outs:
  40. - path: data/processed/heart_train_cleaned.parquet
  41. hash: md5
  42. md5: 928702da7e0ea7aee7ae1049c43b93ce
  43. size: 2315281
  44. modeling:
  45. cmd: uv run -m src.modeling
  46. deps:
  47. - path: data/processed/heart_train_cleaned.parquet
  48. hash: md5
  49. md5: 928702da7e0ea7aee7ae1049c43b93ce
  50. size: 2315281
  51. - path: src/modeling.py
  52. hash: md5
  53. md5: 0552319d5d72d7377dab32c357275a69
  54. size: 4249
  55. params:
  56. params.yaml:
  57. modeling:
  58. n_trials: 5
  59. model_family: random_forest
  60. objective_function: Logloss
  61. loss_function: F1
Tip!

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

Comments

Loading...