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 753 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
33
  1. md5: c4052ebcccbf797a2ea2004a87ef82aa
  2. cmd: python3 code/sgd.py
  3. deps:
  4. - md5: d3dfb38636480d51224318b2622ed079
  5. path: code/sgd.py
  6. - md5: af3c6675639656be897815704fa2b2df
  7. path: data/processed/stars_proc.csv
  8. outs:
  9. - md5: d471aabd7f05c0216a7320874a9417d4
  10. path: models/sgd.pkl
  11. cache: true
  12. metric: false
  13. persist: false
  14. - md5: 5511388e363bc85a3b2bcb792cd51250
  15. path: models/rb_sc_sgd.pkl
  16. cache: true
  17. metric: false
  18. persist: false
  19. - md5: adc7342880fd421f6d3f0167641346b1
  20. path: metrics/sgd_acc.json
  21. cache: false
  22. metric:
  23. type: json
  24. xpath: SGD_accuracy
  25. persist: false
  26. - md5: 3f0c6778c76c272fc9811841a451e1fd
  27. path: metrics/sgd_time.json
  28. cache: false
  29. metric:
  30. type: json
  31. xpath: SGD_training_time
  32. persist: false
  33. wdir: .
Tip!

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

Comments

Loading...