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 973 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
  1. schema: '2.0'
  2. stages:
  3. clean_and_split:
  4. cmd: python news_cat/ml/clean_data.py
  5. deps:
  6. - path: data/raw_data.csv
  7. md5: c296cb4463d0086d519590699ad8f7e5
  8. size: 10627541
  9. - path: news_cat/ml/clean_data.py
  10. md5: 59964f645a8169ecc7627b12550ef62a
  11. size: 2436
  12. - path: news_cat/ml/config.py
  13. md5: 7c0d79efaf8d46244f5c667c609aed20
  14. size: 240
  15. outs:
  16. - path: artifacts/lbl_encoder.jlib
  17. md5: fda61ddb91221cde5673b616000565c4
  18. size: 82
  19. isexec: true
  20. - path: data/raw_data.feather
  21. md5: 81b5b73909d5198f0d499801767b8f97
  22. size: 5679554
  23. isexec: true
  24. - path: data/test_df.feather
  25. md5: 5a1d47f47ff31a977dc72e9e046fd1b0
  26. size: 594746
  27. isexec: true
  28. - path: data/train_df.feather
  29. md5: d1c6390fe1bd741d5d1177e1c51bc73a
  30. size: 4708618
  31. isexec: true
  32. - path: data/valid_df.feather
  33. md5: 17ffb80c6ba8c410fdd8f973fca5ef72
  34. size: 589690
  35. isexec: true
Tip!

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

Comments

Loading...