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 559 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
  1. model:
  2. algorithm: SAMME.R
  3. base_estimator: null
  4. learning_rate: 1.0
  5. n_estimators: 50
  6. random_state: 42
  7. model_class: AdaBoostClassifier
  8. tfidf:
  9. analyzer: word
  10. binary: false
  11. decode_error: strict
  12. dtype: <class 'numpy.float64'>
  13. encoding: utf-8
  14. input: content
  15. lowercase: true
  16. max_df: 1.0
  17. max_features: 25000
  18. min_df: 1
  19. ngram_range: (1, 1)
  20. norm: l2
  21. preprocessor: null
  22. smooth_idf: true
  23. stop_words: null
  24. strip_accents: null
  25. sublinear_tf: false
  26. token_pattern: (?u)\b\w\w+\b
  27. tokenizer: null
  28. use_idf: true
  29. vocabulary: null
Tip!

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

Comments

Loading...