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

vectorizer-params.yml 301 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
  1. analyzer: word
  2. binary: false
  3. decode_error: strict
  4. encoding: utf-8
  5. input: content
  6. lowercase: true
  7. max_df: 1.0
  8. max_features: 50000
  9. min_df: 1
  10. norm: l2
  11. smooth_idf: true
  12. stop_words: english
  13. strip_accents: null
  14. sublinear_tf: false
  15. token_pattern: (?u)\b\w\w+\b
  16. tokenizer: null
  17. use_idf: true
  18. vocabulary: null
Tip!

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

Comments

Loading...