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.yaml 297 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. pca:
  2. # name: PCA
  3. n_components: 2
  4. logistic:
  5. # name: LogisticRegression
  6. penalty: l2
  7. n_jobs: 4
  8. fit_intercept: false
  9. svc:
  10. # name: LinearSVC
  11. penalty: l2
  12. forrest:
  13. # name: LinearSVC
  14. n_estimators: 10
  15. max_samples: 30
  16. n_jobs: 4
  17. ensemble:
  18. # name: LinearSVC
  19. voting: hard
Tip!

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

Comments

Loading...