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 839 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. artifacts_root: artifacts
  2. data_ingestion:
  3. root_dir: artifacts/data_ingestion
  4. source_URL: artifacts/data_ingestion/data
  5. local_data_file1: artifacts/data_ingestion/data.parquet
  6. data_validation:
  7. root_dir: artifacts/data_validation
  8. data_dir: artifacts/data_ingestion/
  9. STATUS_FILE: artifacts/data_validation/status.txt
  10. data_transformation:
  11. root_dir: artifacts/data_transformation
  12. data_dir: artifacts/data_ingestion/data.parquet
  13. model_trainer:
  14. root_dir: artifacts/model_trainer
  15. train_data_path: artifacts/data_transformation/
  16. test_data_path: artifacts/data_transformation/
  17. model_name: model.joblib
  18. model_evaluation:
  19. root_dir: artifacts/model_evaluation
  20. test_data_path: artifacts/data_transformation/
  21. model_path: artifacts/model_trainer/model.joblib
  22. 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...