view test-data/temperature_config.yml @ 3:116e0e254dab draft

planemo upload for repository https://github.com/goeckslab/Galaxy-Ludwig.git commit 0bcd53b5df7cbdb4b6fb69b4a25f53abc2dfd2aa
author goeckslab
date Tue, 18 Mar 2025 20:51:27 +0000
parents 78e6686a218e
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