Mercurial > repos > goeckslab > ludwig_render_config
comparison test-data/temperature_hyperopt.yml @ 0:ed8a9ea5bc73 draft default tip
planemo upload for repository https://github.com/goeckslab/Galaxy-Ludwig.git commit bdea9430787658783a51cc6c2ae951a01e455bb4
author | goeckslab |
---|---|
date | Tue, 07 Jan 2025 22:45:58 +0000 |
parents | |
children |
comparison
equal
deleted
inserted
replaced
-1:000000000000 | 0:ed8a9ea5bc73 |
---|---|
1 input_features: | |
2 - | |
3 name: temperature_feature | |
4 type: timeseries | |
5 encoder: rnn | |
6 embedding_size: 32 | |
7 state_size: 32 | |
8 | |
9 output_features: | |
10 - | |
11 name: temperature | |
12 type: numerical | |
13 | |
14 training: | |
15 epochs: 1 | |
16 | |
17 hyperopt: | |
18 search_alg: | |
19 type: random | |
20 executor: | |
21 type: ray | |
22 num_samples: 2 | |
23 parameters: | |
24 training.learning_rate: | |
25 space: uniform | |
26 lower: 0.0001 | |
27 upper: 0.1 | |
28 split: validation |