Register
Login
Resources
Docs Blog Datasets Glossary Case Studies Tutorials & Webinars
Product
Data Engine LLMs Platform Enterprise
Pricing Explore
Connect to our Discord channel

pipeline-params.yml 1.2 KB

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
  1. n_jobs: null
  2. passthrough: passthrough
  3. remainder: drop
  4. sparse_threshold: 0.3
  5. tfidf__functiontransformer__accept_sparse: false
  6. tfidf__functiontransformer__check_inverse: true
  7. tfidf__functiontransformer__inv_kw_args: null
  8. tfidf__functiontransformer__inverse_func: null
  9. tfidf__functiontransformer__kw_args: null
  10. tfidf__functiontransformer__validate: false
  11. tfidf__memory: null
  12. tfidf__tfidfvectorizer__analyzer: word
  13. tfidf__tfidfvectorizer__binary: false
  14. tfidf__tfidfvectorizer__decode_error: strict
  15. tfidf__tfidfvectorizer__encoding: utf-8
  16. tfidf__tfidfvectorizer__input: content
  17. tfidf__tfidfvectorizer__lowercase: true
  18. tfidf__tfidfvectorizer__max_df: 1.0
  19. tfidf__tfidfvectorizer__max_features: 25000
  20. tfidf__tfidfvectorizer__min_df: 1
  21. tfidf__tfidfvectorizer__norm: l2
  22. tfidf__tfidfvectorizer__preprocessor: null
  23. tfidf__tfidfvectorizer__smooth_idf: true
  24. tfidf__tfidfvectorizer__stop_words: english
  25. tfidf__tfidfvectorizer__strip_accents: null
  26. tfidf__tfidfvectorizer__sublinear_tf: false
  27. tfidf__tfidfvectorizer__token_pattern: (?u)\b\w\w+\b
  28. tfidf__tfidfvectorizer__tokenizer: null
  29. tfidf__tfidfvectorizer__use_idf: true
  30. tfidf__tfidfvectorizer__vocabulary: null
  31. tfidf__verbose: false
  32. transformer_weights: null
  33. verbose: false
Tip!

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

Comments

Loading...