view test-data/temperature_config.yml @ 3:ad2cceec6268 draft default tip

planemo upload for repository https://github.com/goeckslab/Galaxy-Ludwig.git commit ac3a43f323353716470ccafaadf79d9c38314cff
author goeckslab
date Tue, 18 Mar 2025 22:09:48 +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: number

training:
    epochs: 2