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.yml 856 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
33
34
35
36
37
38
39
40
  1. base_score: 0.5
  2. booster: gbtree
  3. callbacks: null
  4. colsample_bylevel: 1
  5. colsample_bynode: 1
  6. colsample_bytree: 0
  7. early_stopping_rounds: null
  8. enable_categorical: false
  9. eval_metric: null
  10. features: '[''City'', ''PaymentTier'', ''Age'', ''EverBenched'', ''ExperienceInCurrentDomain'']'
  11. gamma: 1.000144473061192
  12. gpu_id: -1
  13. grow_policy: depthwise
  14. importance_type: null
  15. interaction_constraints: ''
  16. learning_rate: 0.300000012
  17. max_bin: 256
  18. max_cat_to_onehot: 4
  19. max_delta_step: 0
  20. max_depth: 6
  21. max_leaves: 0
  22. min_child_weight: 0
  23. missing: .nan
  24. model_class: XGBClassifier
  25. monotone_constraints: ()
  26. n_estimators: 180
  27. n_jobs: 0
  28. num_parallel_tree: 1
  29. objective: binary:logistic
  30. predictor: auto
  31. random_state: 0
  32. reg_alpha: 40
  33. reg_lambda: 1
  34. sampling_method: uniform
  35. scale_pos_weight: 1
  36. subsample: 1
  37. tree_method: exact
  38. use_label_encoder: false
  39. validate_parameters: 1
  40. verbosity: null
Tip!

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

Comments

Loading...