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 691 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
25
26
27
28
29
30
31
32
33
34
35
36
  1. classifier: simple_mnist
  2. competition: digit-recognizer
  3. drop_cols: null
  4. dtypes: null
  5. feature_eng:
  6. featurize: false
  7. gpu: false
  8. imputation: null
  9. model_params:
  10. logistic_regression: null
  11. naive_bayes: null
  12. neural_network: null
  13. random_forest: null
  14. support_vector_machine: null
  15. xgboost: null
  16. cnn:
  17. epochs: 1
  18. dropout_rate: 0.5
  19. learn_rate: 0.01
  20. optimizer: adam
  21. normalize: null
  22. param_tuning:
  23. logistic_regression: null
  24. naive_bayes: null
  25. neural_network: null
  26. num_eval: 100
  27. random_forest: null
  28. scoring: accuracy
  29. support_vector_machine: null
  30. predict:
  31. js_estimator: true
  32. random_seed: 12345
  33. train_test_split:
  34. n_split: 10
  35. shuffle: true
  36. target_class: label
Tip!

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

Comments

Loading...