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 749 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
23
24
25
26
27
28
  1. md5: b7b315262754ebc61729c803adabbf39
  2. cmd: python src/linear_svc.py -i data/features/ -o data/models/svc/
  3. deps:
  4. - md5: aa0949bba9fbd0805998fbc83dbef215
  5. path: src/linear_svc.py
  6. - md5: ae8b2ac6927d2d20a0f6463223bb7c18.dir
  7. path: data/features
  8. outs:
  9. - md5: 461a642df51ad99c79e00205f44a81fe
  10. path: data/models/svc/model.pkl
  11. cache: true
  12. metric: false
  13. persist: false
  14. - md5: 37bc9d46c521b60595b3e3e32e7852ac
  15. path: data/models/svc/metrics.csv
  16. cache: false
  17. metric: true
  18. persist: false
  19. - md5: 99071474ec296f991d009b1c1925ee31
  20. path: data/models/svc/params.yml
  21. cache: false
  22. metric: true
  23. persist: false
  24. - md5: a09f6fcf22c9e6fd372081309d7dd2c1
  25. path: data/models/svc/confusion_matrix.svg
  26. cache: false
  27. metric: false
  28. persist: false
Tip!

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

Comments

Loading...