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 435 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
  1. model:
  2. bootstrap: true
  3. ccp_alpha: 0.0
  4. class_weight: null
  5. criterion: gini
  6. max_depth: null
  7. max_features: auto
  8. max_leaf_nodes: null
  9. max_samples: null
  10. min_impurity_decrease: 0.0
  11. min_impurity_split: null
  12. min_samples_leaf: 1
  13. min_samples_split: 2
  14. min_weight_fraction_leaf: 0.0
  15. n_estimators: 1
  16. n_jobs: null
  17. oob_score: false
  18. random_state: 0
  19. verbose: 0
  20. warm_start: false
  21. model_class: RandomForestClassifier
Tip!

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

Comments

Loading...