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: 830e53a7829496b9bb4f18aa552d0589
  2. cmd: python3 code/sgd.py
  3. deps:
  4. - md5: 2a57a59a935f92e5953773a67bef93d3
  5. path: code/sgd.py
  6. - md5: af3c6675639656be897815704fa2b2df
  7. path: data/processed/stars_proc.csv
  8. outs:
  9. - md5: 155ddbcd24fba599c04909596f0b6bb6
  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: 2c90afa1b4833507c49a4479cefb72d7
  20. path: metrics/sgd_acc.json
  21. cache: false
  22. metric:
  23. type: json
  24. xpath: SGD_accuracy
  25. persist: false
  26. - md5: 4818471df7d3d7bfbe97ba6cdafd4368
  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...