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 857 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
41
42
43
  1. model:
  2. bootstrap: true
  3. ccp_alpha: 0.0
  4. class_weight: balanced
  5. criterion: gini
  6. max_depth: 50
  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: 100
  16. n_jobs: null
  17. oob_score: false
  18. random_state: 42
  19. verbose: 0
  20. warm_start: false
  21. model_class: RandomForestClassifier
  22. tfidf:
  23. analyzer: word
  24. binary: false
  25. decode_error: strict
  26. dtype: <class 'numpy.float64'>
  27. encoding: utf-8
  28. input: content
  29. lowercase: true
  30. max_df: 1.0
  31. max_features: 25000
  32. min_df: 1
  33. ngram_range: (1, 1)
  34. norm: l2
  35. preprocessor: null
  36. smooth_idf: true
  37. stop_words: null
  38. strip_accents: null
  39. sublinear_tf: false
  40. token_pattern: (?u)\b\w\w+\b
  41. tokenizer: null
  42. use_idf: true
  43. vocabulary: null
Tip!

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

Comments

Loading...