Mercurial > repos > goeckslab > ludwig_train
view test-data/temperature_hyperopt.yml @ 1:4d12452c5361 draft
planemo upload for repository https://github.com/goeckslab/Galaxy-Ludwig.git commit a341ff5627ef7a39489a7f377d96017fb3f42efb
author | goeckslab |
---|---|
date | Thu, 13 Mar 2025 16:43:12 +0000 |
parents | f0be10937f5c |
children |
line wrap: on
line source
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