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 820 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
  1. md5: ff2f6af2b4c0c60353a4babb54a7f8a9
  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: 6995fabca56fe2c37053f45b80a01c76
  7. path: src/feature_engineering.py
  8. - path: params.yaml
  9. params:
  10. pca:
  11. n_components: 2
  12. outs:
  13. - md5: ae8b2ac6927d2d20a0f6463223bb7c18.dir
  14. path: data/features
  15. cache: true
  16. metric: false
  17. persist: false
  18. - md5: 3f1fab1ab97749ec9600873af12a9765
  19. path: data/models/pca/model.gz
  20. cache: true
  21. metric: false
  22. persist: false
  23. - md5: 51e95b159e43049608dade337f036fad
  24. path: data/models/pca/params.yml
  25. cache: false
  26. metric: false
  27. persist: false
  28. - md5: 2b46c32fcae6e372ed00baa37d591950
  29. path: data/models/pca/metrics.csv
  30. cache: false
  31. metric: true
  32. persist: false
Tip!

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

Comments

Loading...