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 261 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
  1. C: 1.0
  2. class_weight: null
  3. classifier_type: LogisticRegression
  4. dual: false
  5. fit_intercept: true
  6. intercept_scaling: 1
  7. l1_ratio: null
  8. max_iter: 100
  9. multi_class: auto
  10. n_jobs: null
  11. penalty: l2
  12. random_state: null
  13. solver: lbfgs
  14. tol: 0.0001
  15. verbose: 0
  16. warm_start: false
Tip!

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

Comments

Loading...