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.5 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
  1. feature:
  2. cmd: python src/models/Cat-Boost/featurize_adv.py data/data data/feature
  3. deps:
  4. - path: data/data
  5. md5: e7bca3c665cd3995619c17283791527b.dir
  6. size: 5070940
  7. nfiles: 5
  8. - path: src/models/Cat-Boost/featurize.py
  9. md5: 5af2ae8135ddbd01977b0d7327f3374e
  10. size: 6508
  11. params:
  12. params.yaml:
  13. featurize.fs_select: 0
  14. outs:
  15. - path: data/feature
  16. md5: 7abd1c36287849cf7ee322157ccd81a1.dir
  17. size: 11016170
  18. nfiles: 10
  19. train:
  20. cmd: python src/models/Cat-Boost/train.py data/feature/cba_train.csv
  21. deps:
  22. - path: data/feature/cb_train.csv
  23. md5: fb4415a34d42cbb1b00d118bde169ea9
  24. size: 1311004
  25. params:
  26. params.yaml:
  27. train.device: GPU
  28. train.f1-type: macro
  29. train.loss_function: MultiClass
  30. train.n_iter: 100
  31. train.seed: 443
  32. train.train_size: 0.9
  33. outs:
  34. - path: parameters.json
  35. md5: 3f79b19a72a5b1f79d0d2e6728963aaa
  36. size: 193
  37. evaluation:
  38. cmd: python src/models/kitchen_sink/evaluate.py data/feature data/model/xgb-cl.pkl
  39. deps:
  40. - path: data/feature
  41. md5: 65f139576689e1cbb31623f641189df8.dir
  42. size: 2847333
  43. nfiles: 7
  44. - path: src/models/kitchen_sink/parameters.json
  45. md5: 3713a1c0481349a0c8b683db04b0d1e4
  46. size: 94
  47. params:
  48. params.yaml:
  49. train.lr: 0.01
  50. train.n_estimators: 1000
  51. train.objective: multi:softmax
  52. outs:
  53. - path: data/model/xgb-cl.pkl
  54. md5: 88208e18bd608ca95d57e01863926f47
  55. size: 1299523
  56. - path: score.json
  57. md5: ca897952db25125a3f4739b1f4ed7daa
  58. size: 276
Tip!

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

Comments

Loading...