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 330 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
  1. featurize:
  2. fs_select : 0
  3. train:
  4. lr : 0.01
  5. n_estimators : 1000
  6. objective : 'multi:softmax'
  7. folds : 3
  8. param_comb : 10
  9. score : 'f1_macro'
  10. seed : 443
  11. train_size : 0.9
  12. f1-type : macro
  13. loss_function: MultiClass
  14. device : GPU
  15. n_iter : 100
  16. evaluate:
  17. lr : 0.02
  18. n_estimators : 100
  19. objective : 'multi:softmax'
Tip!

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

Comments

Loading...