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 657 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
37
38
  1. ---
  2. # Refer to the class/type definitions in the thesis modules for available options.
  3. # The aggregation options are combined multiplicatively,
  4. # thus additions will drastically increase the processor/memory usage and run time.
  5. # The error metrics are relatively fast to compute, but high on memory usage.
  6. aggregations:
  7. methods:
  8. - overlap
  9. - isolate
  10. functions:
  11. - max
  12. - mean
  13. sizes:
  14. - 1
  15. - 2
  16. - 3
  17. - 4
  18. - 5
  19. - 6
  20. - 9
  21. - 12
  22. - 24
  23. - 48
  24. - 72
  25. - 96
  26. - 120
  27. - 144
  28. - 168
  29. proportion_split: 0.8
  30. metrics:
  31. - rmse
  32. - rrse
  33. moments:
  34. - mean
  35. - std
  36. - skew
  37. timesteps_ahead: 32
  38. use_cache: true
Tip!

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

Comments

Loading...