diff 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
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/test-data/temperature_hyperopt.yml	Tue Jan 07 22:45:58 2025 +0000
@@ -0,0 +1,28 @@
+input_features:
+    -
+        name: temperature_feature
+        type: timeseries
+        encoder: rnn
+        embedding_size: 32
+        state_size: 32
+
+output_features:
+    -
+        name: temperature
+        type: numerical
+
+training:
+    epochs: 1
+
+hyperopt:
+    search_alg: 
+        type: random
+    executor:
+        type: ray
+        num_samples: 2
+    parameters:
+        training.learning_rate:
+            space: uniform
+            lower: 0.0001
+            upper: 0.1
+    split: validation