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 616 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
  1. md5: 107e49cd788dc9f9c5ca45fa1be1e337
  2. cmd: python src/linear_svc.py -i data/features/ -o data/models/svc/
  3. deps:
  4. - md5: 8499f0930fa5fe22cfbd4dcd8953b3ba
  5. path: src/linear_svc.py
  6. - md5: ae8b2ac6927d2d20a0f6463223bb7c18.dir
  7. path: data/features
  8. outs:
  9. - md5: 35dc4a89390fd45bbf4ca0e15084f4d8
  10. path: data/models/svc/model.gz
  11. cache: true
  12. metric: false
  13. persist: false
  14. - md5: 446870c4d597068173dd294528ddef04
  15. path: data/models/svc/params.yml
  16. cache: false
  17. metric: false
  18. persist: false
  19. - md5: 28b55a50d241685d6909655acdd42c19
  20. path: data/models/svc/metrics.csv
  21. cache: false
  22. metric: true
  23. persist: false
Tip!

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

Comments

Loading...