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 675 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
  1. model__algorithm: SAMME.R
  2. model__base_estimator: null
  3. model__learning_rate: 1.0
  4. model__n_estimators: 50
  5. model__random_state: 42
  6. model_class: AdaBoostClassifier
  7. tfidf__analyzer: word
  8. tfidf__binary: false
  9. tfidf__decode_error: strict
  10. tfidf__dtype: <class 'numpy.float64'>
  11. tfidf__encoding: utf-8
  12. tfidf__input: content
  13. tfidf__lowercase: true
  14. tfidf__max_df: 1.0
  15. tfidf__max_features: 25000
  16. tfidf__min_df: 1
  17. tfidf__ngram_range: (1, 1)
  18. tfidf__norm: l2
  19. tfidf__preprocessor: null
  20. tfidf__smooth_idf: true
  21. tfidf__stop_words: null
  22. tfidf__strip_accents: null
  23. tfidf__sublinear_tf: false
  24. tfidf__token_pattern: (?u)\b\w\w+\b
  25. tfidf__tokenizer: null
  26. tfidf__use_idf: true
  27. tfidf__vocabulary: null
Tip!

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

Comments

Loading...