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 2.1 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
62
63
64
65
  1. schema: '2.0'
  2. stages:
  3. load_data:
  4. cmd: python src/load_data.py --config=params.yaml
  5. deps:
  6. - path: data_given/insurance_updated.csv
  7. md5: e1fac0a3a0d50d4267a95dd6bcf192e4
  8. size: 33728
  9. - path: src/get_data.py
  10. md5: 829c535445d3004bf45f4b69305dad51
  11. size: 892
  12. - path: src/load_data.py
  13. md5: 4c9005cec11623b41c6a998004623b40
  14. size: 471
  15. outs:
  16. - path: data/raw/insurance_updated.csv
  17. md5: 6968720e83933d888e1af6ad741ee013
  18. size: 33980
  19. split_data:
  20. cmd: python src/split_data.py --config=params.yaml
  21. deps:
  22. - path: data/raw/insurance_updated.csv
  23. md5: 6968720e83933d888e1af6ad741ee013
  24. size: 33980
  25. - path: src/split_data.py
  26. md5: 3902b3186de0a3d14951fe919586ab7d
  27. size: 1189
  28. outs:
  29. - path: data/processed/test_insurance.csv
  30. md5: 95d4edaedce41da7066de2bea8f5115d
  31. size: 8547
  32. - path: data/processed/train_insurance.csv
  33. md5: cf3a776e83fe35c9cfc0c2c06ed8524f
  34. size: 25478
  35. train_evaluate:
  36. cmd: python src/train_evaluate.py --config=params.yaml
  37. deps:
  38. - path: data/processed/test_insurance.csv
  39. md5: 95d4edaedce41da7066de2bea8f5115d
  40. size: 8547
  41. - path: data/processed/train_insurance.csv
  42. md5: cf3a776e83fe35c9cfc0c2c06ed8524f
  43. size: 25478
  44. - path: src/train_evaluate.py
  45. md5: 8552d0c8c27301b2f9d39a3691a1fc8a
  46. size: 3218
  47. params:
  48. params.yaml:
  49. estimators.GradientBoostingRegressor.params.alpha: 0.8
  50. estimators.GradientBoostingRegressor.params.ccp_alpha: 0.1
  51. estimators.GradientBoostingRegressor.params.learning_rate: 0.1001
  52. estimators.GradientBoostingRegressor.params.n_estimators: 100
  53. estimators.GradientBoostingRegressor.params.tol: 0.0001
  54. estimators.GradientBoostingRegressor.params.validation_fraction: 1e-06
  55. estimators.GradientBoostingRegressor.params.verbose: 0
  56. outs:
  57. - path: reports/params.json
  58. md5: 1bb950cb0b786b544047a929a4026b1d
  59. size: 150
  60. - path: reports/scores.json
  61. md5: 084a3c4a8f3aa93cb8fa631728f13f50
  62. size: 147
  63. - path: saved_models/model.pkl
  64. md5: 1626f745ea0305554e861dbf85793ffb
  65. size: 173555
Tip!

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

Comments

Loading...