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 986 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
34
35
36
37
38
  1. schema: '2.0'
  2. stages:
  3. full_pipeline:
  4. cmd: python -m src.pipeline
  5. deps:
  6. - path: data/raw/iris.csv
  7. hash: md5
  8. md5: 4d301abed5efe50eccda350cde38e0eb
  9. size: 2777
  10. - path: src/data_preprocessing.py
  11. hash: md5
  12. md5: 64c9b865652c0164d8a6260daa53ff11
  13. size: 337
  14. - path: src/drift_detection.py
  15. hash: md5
  16. md5: a7e7323b9cde6dc67b94a76007978008
  17. size: 549
  18. - path: src/pipeline.py
  19. hash: md5
  20. md5: 506b1b18263ee0dc5708b88c6fe9fa92
  21. size: 1992
  22. - path: src/train.py
  23. hash: md5
  24. md5: d61b268393a7cfd66e240b89fe37785c
  25. size: 1933
  26. outs:
  27. - path: data/drift_baseline/iris_drift_baseline.html
  28. hash: md5
  29. md5: e084e4c12451b56e21311e9da741bdfa
  30. size: 3563255
  31. - path: data/processed/iris_clean.csv
  32. hash: md5
  33. md5: 4d301abed5efe50eccda350cde38e0eb
  34. size: 2777
  35. - path: metrics.json
  36. hash: md5
  37. md5: 8ecdf08a91b4ceeb03965e089aedc90a
  38. size: 50
Tip!

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

Comments

Loading...