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 679 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
27
28
29
30
31
32
  1. pre_process:
  2. chunk_size: 5000
  3. target_col: is_top_decile
  4. train:
  5. loss: log
  6. use_text_cols: false
  7. use_number_category_cols: true
  8. feature_type: numerical + categorical
  9. model__alpha: 0.0001
  10. model__average: false
  11. model__class_weight: null
  12. model__early_stopping: false
  13. model__epsilon: 0.1
  14. model__eta0: 0.0
  15. model__fit_intercept: true
  16. model__l1_ratio: 0.15
  17. model__learning_rate: optimal
  18. model__loss: log
  19. model__max_iter: 1000
  20. model__n_iter_no_change: 5
  21. model__n_jobs: null
  22. model__penalty: l2
  23. model__power_t: 0.5
  24. model__random_state: 42
  25. model__shuffle: true
  26. model__tol: 0.001
  27. model__validation_fraction: 0.1
  28. model__verbose: 0
  29. model__warm_start: false
  30. model_class: SGDClassifier
Tip!

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

Comments

Loading...