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 548 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
  1. paths:
  2. dataset: 'data/CrossValidated-Questions-Nov-2020.csv'
  3. train_df: 'outputs/train.csv.gz'
  4. test_df: 'outputs/test.csv.gz'
  5. train_df_featurized: 'outputs/train-featurized.csv.gz'
  6. test_df_featurized: 'outputs/test-featurized.csv.gz'
  7. train_tfidf: 'outputs/train-tfidf.npz'
  8. test_tfidf: 'outputs/test-tfidf.npz'
  9. tfidf: 'outputs/tfidf.pkl'
  10. model: 'outputs/model.pkl'
  11. train_metrics: 'metrics-train.yaml'
  12. test_metrics: 'metrics-test.yaml'
  13. split:
  14. seed: 42
  15. tfidf:
  16. max_features: 25000
  17. train:
  18. loss: 'modified_huber'
  19. seed: 42
Tip!

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

Comments

Loading...