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

featurize.dvc 759 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
  1. md5: 199f1d0e01d81ba1aacdac026b5653d5
  2. cmd: python src/feature_engineering.py -i data/split/ -o data/features/ -o data/models/pca/
  3. deps:
  4. - md5: cc7cd1229f7bd51dfa622f78551d30e5.dir
  5. path: data/split
  6. - md5: 9b53fcd42571a5f8ea599026e86e6ca6
  7. path: src/feature_engineering.py
  8. outs:
  9. - md5: ae8b2ac6927d2d20a0f6463223bb7c18.dir
  10. path: data/features
  11. cache: true
  12. metric: false
  13. persist: false
  14. - md5: 3f1fab1ab97749ec9600873af12a9765
  15. path: data/models/pca/model.gz
  16. cache: true
  17. metric: false
  18. persist: false
  19. - md5: dcb9ce0bd36c168bec6d8655910abc08
  20. path: data/models/pca/params.yml
  21. cache: false
  22. metric: false
  23. persist: false
  24. - md5: 3336548bee791e66f9051af0174d98a9
  25. path: data/models/pca/metrics.csv
  26. cache: false
  27. metric: true
  28. persist: false
Tip!

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

Comments

Loading...