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 440 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
  1. schema: '2.0'
  2. stages:
  3. train_model:
  4. cmd: python src/modeling.py
  5. deps:
  6. - path: data/X_train.csv
  7. md5: 985b9f1643c2e32b36795243f92e999c
  8. size: 31129312
  9. - path: data/y_train.csv
  10. md5: ab67e66fcba59cf8b6f5089fea82f94e
  11. size: 62230
  12. outs:
  13. - path: metrics.csv
  14. md5: 86800204327d8abe8cc97d09b725346b
  15. size: 65
  16. - path: params.yml
  17. md5: 19fecbc362c8f2c0672768a161e87a44
  18. size: 435
Tip!

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

Comments

Loading...