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

params.yaml 476 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
  1. base:
  2. project: cat-dog-classification
  3. random_state: 42
  4. target_col: target
  5. data_source:
  6. s3_source_cat: data_given/cat
  7. s3_source_dog: data_given/dog
  8. load_data:
  9. raw_dataset_csv: data/raw/pets.csv
  10. split_data:
  11. train_path: data/processed/train_pets.csv
  12. test_path: data/processed/test_pets.csv
  13. test_size: 0.2
  14. reports:
  15. params: report/params.json
  16. scores: report/scores.json
  17. model_dir: saved_models
  18. webapp_model_dir: prediction_service/model/model.joblib
Tip!

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

Comments

Loading...