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

main.yaml 460 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
  1. hydra:
  2. output_subdir: null
  3. run:
  4. dir: .
  5. defaults:
  6. - process: process_1
  7. - _self_
  8. flow: all
  9. raw_data:
  10. path: data/raw/marketing_campaign.csv
  11. intermediate:
  12. dir: data/intermediate
  13. name: scale_features.csv
  14. path: ${intermediate.dir}/${intermediate.name}
  15. final:
  16. dir: data/final
  17. name: segmented.csv
  18. path: ${final.dir}/${final.name}
  19. image:
  20. kmeans: image/elbow.png
  21. clusters: image/cluster.png
  22. model:
  23. path: model/cluster.pkl
Tip!

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

Comments

Loading...