Register
Login
Resources
Docs Blog Datasets Glossary Case Studies Tutorials & Webinars
Product
Data Engine LLMs Platform Enterprise
Pricing Explore
Connect to our Discord channel

train_svc.dvc 550 B

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
  1. md5: 4d47bcfefd0a6e65c790d14489320b53
  2. cmd: python src/linear_svc.py -i data/features/ -o data/models/svc/
  3. deps:
  4. - md5: bef3d75e9fdedcb26e94182d5338fddf
  5. path: src/linear_svc.py
  6. - md5: ae8b2ac6927d2d20a0f6463223bb7c18.dir
  7. path: data/features
  8. - path: params.yaml
  9. params:
  10. svc:
  11. penalty: l2
  12. outs:
  13. - md5: 4618ffee881cf0048cd034da822a3a0e
  14. path: data/models/svc/model.gz
  15. cache: true
  16. metric: false
  17. persist: false
  18. - md5: d996dbac06638e5b12e647267deb6f7c
  19. path: data/models/svc/metrics.csv
  20. cache: false
  21. metric: true
  22. persist: false
Tip!

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

Comments

Loading...