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_logistic.dvc 604 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: 0e1900ff2b473636e7c61e1acf5e3f2b
  2. cmd: python src/logistic_regression.py -i data/features/ -o data/models/logistic/
  3. deps:
  4. - md5: 85eebbfdd91d46555296af2fad5731a3
  5. path: src/logistic_regression.py
  6. - md5: ae8b2ac6927d2d20a0f6463223bb7c18.dir
  7. path: data/features
  8. - path: params.yaml
  9. params:
  10. logistic:
  11. penalty: l2
  12. n_jobs: 4
  13. outs:
  14. - md5: 24d7f7f28c068ce6b6e432391adeef09
  15. path: data/models/logistic/model.gz
  16. cache: true
  17. metric: false
  18. persist: false
  19. - md5: 58e5393052e79a944288801f8532ae2d
  20. path: data/models/logistic/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...