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

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

Comments

Loading...