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 426 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
  1. # It contains all the configs required in the project
  2. artifacts:
  3. ARTIFACTS_DIR: artifacts
  4. PREPARED_DATA: prepared
  5. TRAIN_DATA: train.tsv
  6. TEST_DATA: test.tsv
  7. FEATURIZED_DATA: features
  8. FEATURIZED_OUT_TRAIN: train.pkl
  9. FEATURIZED_OUT_TEST: test.pkl
  10. MODEL_DIR: model
  11. MODEL_NAME: model.pkl
  12. metrics:
  13. SCORES: scores.json
  14. plots:
  15. PRC: prc.json
  16. ROC: roc.json
  17. source_data:
  18. data_dir: data
  19. data_file: data.xml
Tip!

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

Comments

Loading...