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 2.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
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
  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. text__featureunion__functiontransformer__accept_sparse: false
  17. text__featureunion__functiontransformer__check_inverse: true
  18. text__featureunion__functiontransformer__inv_kw_args: null
  19. text__featureunion__functiontransformer__inverse_func: null
  20. text__featureunion__functiontransformer__kw_args: null
  21. text__featureunion__functiontransformer__validate: false
  22. text__featureunion__n_jobs: null
  23. text__featureunion__tfidfvectorizer__analyzer: word
  24. text__featureunion__tfidfvectorizer__binary: false
  25. text__featureunion__tfidfvectorizer__decode_error: strict
  26. text__featureunion__tfidfvectorizer__encoding: utf-8
  27. text__featureunion__tfidfvectorizer__input: content
  28. text__featureunion__tfidfvectorizer__lowercase: true
  29. text__featureunion__tfidfvectorizer__max_df: 1.0
  30. text__featureunion__tfidfvectorizer__max_features: 25000
  31. text__featureunion__tfidfvectorizer__min_df: 1
  32. text__featureunion__tfidfvectorizer__norm: l2
  33. text__featureunion__tfidfvectorizer__preprocessor: null
  34. text__featureunion__tfidfvectorizer__smooth_idf: true
  35. text__featureunion__tfidfvectorizer__stop_words: english
  36. text__featureunion__tfidfvectorizer__strip_accents: null
  37. text__featureunion__tfidfvectorizer__sublinear_tf: false
  38. text__featureunion__tfidfvectorizer__token_pattern: (?u)\b\w\w+\b
  39. text__featureunion__tfidfvectorizer__use_idf: true
  40. text__featureunion__tfidfvectorizer__vocabulary: null
  41. text__featureunion__transformer_weights: null
  42. text__featureunion__verbose: false
  43. text__functiontransformer__accept_sparse: false
  44. text__functiontransformer__check_inverse: true
  45. text__functiontransformer__inv_kw_args: null
  46. text__functiontransformer__inverse_func: null
  47. text__functiontransformer__kw_args: null
  48. text__functiontransformer__validate: false
  49. text__memory: null
  50. text__verbose: false
  51. transformer_weights: null
  52. verbose: false
Tip!

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

Comments

Loading...