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 875 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
  1. model__C: 1.0
  2. model__class_weight: null
  3. model__dual: false
  4. model__fit_intercept: true
  5. model__intercept_scaling: 1
  6. model__l1_ratio: null
  7. model__max_iter: 100
  8. model__multi_class: auto
  9. model__n_jobs: null
  10. model__penalty: l2
  11. model__random_state: 42
  12. model__solver: lbfgs
  13. model__tol: 0.0001
  14. model__verbose: 0
  15. model__warm_start: false
  16. model_class: LogisticRegression
  17. tfidf__analyzer: word
  18. tfidf__binary: false
  19. tfidf__decode_error: strict
  20. tfidf__dtype: <class 'numpy.float64'>
  21. tfidf__encoding: utf-8
  22. tfidf__input: content
  23. tfidf__lowercase: true
  24. tfidf__max_df: 1.0
  25. tfidf__max_features: 25000
  26. tfidf__min_df: 1
  27. tfidf__ngram_range: (1, 1)
  28. tfidf__norm: l2
  29. tfidf__preprocessor: null
  30. tfidf__smooth_idf: true
  31. tfidf__stop_words: null
  32. tfidf__strip_accents: null
  33. tfidf__sublinear_tf: false
  34. tfidf__token_pattern: (?u)\b\w\w+\b
  35. tfidf__tokenizer: null
  36. tfidf__use_idf: true
  37. tfidf__vocabulary: null
Tip!

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

Comments

Loading...