view test-data/temperature_hyperopt.yml @ 3:777be50bc321 draft default tip

planemo upload for repository https://github.com/goeckslab/Galaxy-Ludwig.git commit 4dc221b2fa9717552787f0985ad3fc3df4460158
author goeckslab
date Sat, 21 Jun 2025 15:04:47 +0000
parents 70a4d910f09a
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