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

config.yaml 978 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
  1. artifacts_root: artifacts
  2. data_ingestion:
  3. root_dir: artifacts/data_ingestion
  4. source_URL: https://github.com/entbappy/Branching-tutorial/raw/master/winequality-data.zip
  5. local_data_file: artifacts/data_ingestion/data.zip
  6. unzip_dir: artifacts/data_ingestion
  7. data_validation:
  8. root_dir: artifacts/data_validation
  9. unzip_data_dir: artifacts/data_ingestion/winequality-red.csv
  10. STATUS_FILE: artifacts/data_validation/status.txt
  11. data_transformation:
  12. root_dir: artifacts/data_transformation
  13. data_path: artifacts/data_ingestion/winequality-red.csv
  14. model_trainer:
  15. root_dir: artifacts/model_trainer
  16. train_data_path: artifacts/data_transformation/train.csv
  17. test_data_path: artifacts/data_transformation/test.csv
  18. model_name: model.joblib
  19. model_evaluation:
  20. root_dir: artifacts/model_evaluation
  21. test_data_path: artifacts/data_transformation/test.csv
  22. model_path: artifacts/model_trainer/model.joblib
  23. metric_file_name: artifacts/model_evaluation/metrics.json
Tip!

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

Comments

Loading...