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

dvc.lock 1.2 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
  1. preprocess:
  2. cmd: Rscript preprocess.R
  3. deps:
  4. - path: data/alarm.tsv
  5. md5: 91b10c58d63a90910333907a94e3eb7e
  6. size: 209053
  7. - path: preprocess.R
  8. md5: 25ba58b5093464c2830c794f0719fa3f
  9. size: 589
  10. outs:
  11. - path: data/simulation_preprocessed.csv
  12. md5: d1997276ef4cea22280979252dd6469b
  13. size: 116844
  14. miic:
  15. cmd: Rscript miic.R
  16. deps:
  17. - path: data/simulation_preprocessed.csv
  18. md5: d1997276ef4cea22280979252dd6469b
  19. size: 116844
  20. - path: miic.R
  21. md5: f07997ab3bd4df25885e419c1d489194
  22. size: 361
  23. outs:
  24. - path: output_dir/all.edges.summary.csv
  25. md5: 740b5b4055b2f37c19b3ca6b23e518d6
  26. size: 4154
  27. final:
  28. cmd: Rscript final.R
  29. deps:
  30. - path: final.R
  31. md5: 73ed01153f98d3d2ff6c0a5a203f8b74
  32. size: 228
  33. - path: output_dir/all.edges.summary.csv
  34. md5: 740b5b4055b2f37c19b3ca6b23e518d6
  35. size: 4154
  36. outs:
  37. - path: output_dir/retained.edges.csv
  38. md5: 84fee15da6c33996ff0a6a5355ac9b69
  39. size: 478
  40. metricas:
  41. cmd: Rscript metricas.R
  42. deps:
  43. - path: metricas.R
  44. md5: 2772a68da6485ea1619491915f59502d
  45. size: 189
  46. - path: output_dir/retained.edges.csv
  47. md5: 84fee15da6c33996ff0a6a5355ac9b69
  48. size: 478
  49. outs:
  50. - path: output_dir/metric.txt
  51. md5: 2a53da1a6fbfc0bafdd96b0a2ea29515
  52. size: 3
Tip!

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

Comments

Loading...