view 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
line wrap: on
line source

input_features:
- name: ''
  encoder:
    type: passthrough
  type: number
output_features:
- name: ''
  decoder:
    num_fc_layers: 0
    output_size: 256
    fc_dropout: 0.0
    type: classifier
  loss:
    type: softmax_cross_entropy
  top_k: 3
  type: category
combiner:
  type: concat
trainer:
  batch_size: 128
  epochs: 100
  optimizer:
    type: adam
  learning_rate: 0.001
  early_stop: 5
model_type: ecd