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 503 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
  1. md5: 2080b775c606d228fa79297a5b84a933
  2. cmd: python src/linear_svc.py -i data/features/ -o data/models/svc/
  3. deps:
  4. - md5: 29f37809d17519c4b5ca0dec6dfa2815
  5. path: src/linear_svc.py
  6. - md5: ae8b2ac6927d2d20a0f6463223bb7c18.dir
  7. path: data/features
  8. outs:
  9. - md5: 0843d51b67b7f67b1acdaa5b70e52444
  10. path: data/models/svc/model.pkl
  11. cache: true
  12. metric: false
  13. persist: false
  14. - md5: 20198b2ea22e6767ff84b2a4b5444f12
  15. path: data/models/svc/confusion_matrix.svg
  16. cache: false
  17. metric: true
  18. persist: false
Tip!

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

Comments

Loading...