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.5 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
34
35
36
37
38
39
40
41
42
43
  1. n_jobs: null
  2. num_cols__memory: null
  3. num_cols__simpleimputer__add_indicator: false
  4. num_cols__simpleimputer__copy: true
  5. num_cols__simpleimputer__fill_value: null
  6. num_cols__simpleimputer__missing_values: .nan
  7. num_cols__simpleimputer__strategy: mean
  8. num_cols__simpleimputer__verbose: 0
  9. num_cols__standardscaler__copy: true
  10. num_cols__standardscaler__with_mean: true
  11. num_cols__standardscaler__with_std: true
  12. num_cols__verbose: false
  13. passthrough: passthrough
  14. remainder: drop
  15. sparse_threshold: 0.3
  16. tfidf__functiontransformer__accept_sparse: false
  17. tfidf__functiontransformer__check_inverse: true
  18. tfidf__functiontransformer__inv_kw_args: null
  19. tfidf__functiontransformer__inverse_func: null
  20. tfidf__functiontransformer__kw_args: null
  21. tfidf__functiontransformer__validate: false
  22. tfidf__memory: null
  23. tfidf__tfidfvectorizer__analyzer: word
  24. tfidf__tfidfvectorizer__binary: false
  25. tfidf__tfidfvectorizer__decode_error: strict
  26. tfidf__tfidfvectorizer__encoding: utf-8
  27. tfidf__tfidfvectorizer__input: content
  28. tfidf__tfidfvectorizer__lowercase: true
  29. tfidf__tfidfvectorizer__max_df: 1.0
  30. tfidf__tfidfvectorizer__max_features: 25000
  31. tfidf__tfidfvectorizer__min_df: 1
  32. tfidf__tfidfvectorizer__norm: l2
  33. tfidf__tfidfvectorizer__preprocessor: null
  34. tfidf__tfidfvectorizer__smooth_idf: true
  35. tfidf__tfidfvectorizer__stop_words: english
  36. tfidf__tfidfvectorizer__strip_accents: null
  37. tfidf__tfidfvectorizer__sublinear_tf: false
  38. tfidf__tfidfvectorizer__token_pattern: (?u)\b\w\w+\b
  39. tfidf__tfidfvectorizer__use_idf: true
  40. tfidf__tfidfvectorizer__vocabulary: null
  41. tfidf__verbose: false
  42. transformer_weights: null
  43. verbose: false
Tip!

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

Comments

Loading...