comparison test-data/render_config01.yml @ 0:70a4d910f09a draft default tip

planemo upload for repository https://github.com/goeckslab/Galaxy-Ludwig.git commit bdea9430787658783a51cc6c2ae951a01e455bb4
author goeckslab
date Tue, 07 Jan 2025 22:46:16 +0000
parents
children
comparison
equal deleted inserted replaced
-1:000000000000 0:70a4d910f09a
1 input_features:
2 - name: ''
3 encoder:
4 type: passthrough
5 type: number
6 output_features:
7 - name: ''
8 decoder:
9 num_fc_layers: 0
10 output_size: 256
11 fc_dropout: 0.0
12 type: classifier
13 loss:
14 type: softmax_cross_entropy
15 top_k: 3
16 type: category
17 combiner:
18 type: concat
19 trainer:
20 batch_size: 128
21 epochs: 100
22 optimizer:
23 type: adam
24 learning_rate: 0.001
25 early_stop: 5
26 model_type: ecd