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 650 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
  1. model:
  2. cv: CountVectorizer()
  3. cv__analyzer: word
  4. cv__binary: false
  5. cv__decode_error: strict
  6. cv__dtype: <class 'numpy.int64'>
  7. cv__encoding: utf-8
  8. cv__input: content
  9. cv__lowercase: true
  10. cv__max_df: 1.0
  11. cv__max_features: null
  12. cv__min_df: 1
  13. cv__ngram_range: (1, 1)
  14. cv__preprocessor: null
  15. cv__stop_words: null
  16. cv__strip_accents: null
  17. cv__token_pattern: (?u)\b\w\w+\b
  18. cv__tokenizer: null
  19. cv__vocabulary: null
  20. memory: null
  21. nb: MultinomialNB()
  22. nb__alpha: 1.0
  23. nb__class_prior: null
  24. nb__fit_prior: true
  25. steps: '[(''cv'', CountVectorizer()), (''nb'', MultinomialNB())]'
  26. verbose: false
  27. model_class: multinomialnb
Tip!

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

Comments

Loading...