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

Dvcfile 745 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
29
30
31
32
  1. md5: e72892751bd98f9123ca62052324e3d4
  2. cmd: python3 code/sgd.py
  3. deps:
  4. - md5: 95d6938e80855b801a6da4e8f658f48d
  5. path: code/sgd.py
  6. - md5: af3c6675639656be897815704fa2b2df
  7. path: data/processed/stars_proc.csv
  8. outs:
  9. - md5: e7f8f340f33d85a6cc48011e860e8b5e
  10. path: models/sgd.pkl
  11. cache: true
  12. metric: false
  13. persist: false
  14. - md5: 91f7b14417abe27ac821d8b6bf409b0a
  15. path: models/rb_sc_sgd.pkl
  16. cache: true
  17. metric: false
  18. persist: false
  19. - md5: 334d14ef5be84ba967f85023ce85b7d7
  20. path: metrics/sgd_acc.json
  21. cache: false
  22. metric:
  23. type: json
  24. xpath: SGD_accuracy
  25. persist: false
  26. - md5: e1d35917feafb98d3d570f1b534a6854
  27. path: metrics/sgd_time.json
  28. cache: false
  29. metric:
  30. type: json
  31. xpath: SGD_training_time
  32. persist: false
Tip!

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

Comments

Loading...