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

zntrack.json 1.9 KB

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
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
  1. {
  2. "download_kaggle": {
  3. "outs": {
  4. "_type": "pathlib.Path",
  5. "value": "dataset"
  6. },
  7. "outs_no_cache": null,
  8. "outs_persist": null,
  9. "outs_persist_no_cache": null,
  10. "metrics": null,
  11. "metrics_no_cache": null,
  12. "deps": null,
  13. "plots": null,
  14. "plots_no_cache": null
  15. },
  16. "DataPreprocessor": {
  17. "data": {
  18. "_type": "pathlib.Path",
  19. "value": "dataset"
  20. }
  21. },
  22. "MLModel": {
  23. "train_data": {
  24. "_type": "ZnTrackType",
  25. "value": {
  26. "module": "src.process",
  27. "cls": "DataPreprocessor",
  28. "name": "DataPreprocessor"
  29. }
  30. }
  31. },
  32. "test_data": {
  33. "data": {
  34. "_type": "pathlib.Path",
  35. "value": "dataset"
  36. }
  37. },
  38. "EvaluateModel": {
  39. "ml_model": {
  40. "_type": "NodeAttribute",
  41. "value": {
  42. "module": "src.train",
  43. "cls": "MLModel",
  44. "name": "MLModel",
  45. "attribute": "model",
  46. "affected_files": [
  47. {
  48. "_type": "pathlib.Path",
  49. "value": "nodes/MLModel/model"
  50. },
  51. {
  52. "_type": "pathlib.Path",
  53. "value": "nodes/MLModel/metrics_no_cache.json"
  54. },
  55. {
  56. "_type": "pathlib.Path",
  57. "value": "nodes/MLModel/training_history.csv"
  58. }
  59. ]
  60. }
  61. },
  62. "test_data": {
  63. "_type": "ZnTrackType",
  64. "value": {
  65. "module": "src.process",
  66. "cls": "DataPreprocessor",
  67. "name": "test_data"
  68. }
  69. }
  70. }
  71. }
Tip!

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

Comments

Loading...