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 539 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
  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_TRAIN_DATA: train.pkl
  9. FEATURIZED_TEST_DATA: test.pkl
  10. MODEL_DIR: model
  11. MODEL_NAME: model.pkl
  12. source_data_url: https://drive.google.com/file/d/1agyr-U_DGlH43ntuPmAoUZ5Q4veXK_Pd/view?usp=sharing
  13. source_download_dir:
  14. data_dir: data
  15. data_file: data.xml
  16. plots:
  17. PRC: prc.json
  18. ROC: roc.json
  19. metrics:
  20. SCORES: scores.json
Tip!

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

Comments

Loading...