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 542 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
  1. schema: '2.0'
  2. stages:
  3. extract:
  4. cmd: C:\Progra~1\7-Zip\7z x loan.zip -odata\
  5. deps:
  6. - path: loan.zip
  7. md5: 2ca2dee90c088485a7fbc82fe077232b
  8. size: 8825952
  9. outs:
  10. - path: data/loan.csv
  11. md5: ac68f54e21054b5f41910fb021e02c3f
  12. size: 34813575
  13. dataprocessing:
  14. cmd: python src\LendingClubCaseStudy.py
  15. deps:
  16. - path: data\loan.csv
  17. md5: ac68f54e21054b5f41910fb021e02c3f
  18. size: 34813575
  19. - path: src\LendingClubCaseStudy.py
  20. md5: a9aa473481a29d7f2f18d55645c72b4a
  21. size: 8903
Tip!

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

Comments

Loading...