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

result.yaml 444 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
  1. feature_type: numerical + categorical
  2. model:
  3. alpha: 0.0001
  4. average: false
  5. class_weight: null
  6. early_stopping: false
  7. epsilon: 0.1
  8. eta0: 0.0
  9. fit_intercept: true
  10. l1_ratio: 0.15
  11. learning_rate: optimal
  12. loss: log
  13. max_iter: 1000
  14. n_iter_no_change: 5
  15. n_jobs: null
  16. penalty: l2
  17. power_t: 0.5
  18. random_state: 42
  19. shuffle: true
  20. tol: 0.001
  21. validation_fraction: 0.1
  22. verbose: 0
  23. warm_start: false
  24. model_class: SGDClassifier
Tip!

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

Comments

Loading...