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 518 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. credentials:
  2. github:
  3. PERSONAL_ACCESS_TOKEN: "[YOURS]"
  4. aws:
  5. ACCESS_KEY_ID: "[YOURS]"
  6. SECRET_ACCESS_KEY: "[YOURS]"
  7. mlflow_credentials:
  8. MLFLOW_TRACKING_URI: "[YOURS]"
  9. MLFLOW_TRACKING_USERNAME: "[YOURS]"
  10. MLFLOW_TRACKING_PASSWORD: "[YOURS]"
  11. dvc_config:
  12. DAGSHUB_REMOTE_URL: "[YOURS]"
  13. USERNAME: "[YOURS]"
  14. PASSWORD: "[YOURS]"
  15. metadata_path:
  16. METRICS_PATH: "./metrics"
  17. METRICS_FILE: "./metrics/metrics.json"
  18. MODEL_PATH: "./model"
  19. RAW_DATA_PATH: "./data/raw"
Tip!

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

Comments

Loading...