Mercurial > repos > goeckslab > ludwig_config_generator
comparison ludwig_autogenconfig.xml @ 3:11d3377511bb draft default tip
planemo upload for repository https://github.com/goeckslab/Galaxy-Ludwig.git commit 0bcd53b5df7cbdb4b6fb69b4a25f53abc2dfd2aa
author | goeckslab |
---|---|
date | Tue, 18 Mar 2025 20:52:00 +0000 |
parents | 4bcd6c3a025e |
children |
comparison
equal
deleted
inserted
replaced
2:4bcd6c3a025e | 3:11d3377511bb |
---|---|
1 <tool id="ludwig_config_generator" name="Ludwig Config Generator" version="@VERSION@" profile="@PROFILE@"> | 1 <tool id="ludwig_config_generator" name="Ludwig Config Creator" version="@VERSION@" profile="@PROFILE@"> |
2 <description>Auto-generate a config file from a dataset for Ludwig training.</description> | 2 <description>builds a Ludwig machine learning configuration file for a dataset</description> |
3 <macros> | 3 <macros> |
4 <import>ludwig_macros.xml</import> | 4 <import>ludwig_macros.xml</import> |
5 </macros> | 5 </macros> |
6 <expand macro="python_requirements_gpu" /> | 6 <expand macro="python_requirements_gpu" /> |
7 <expand macro="required_files" /> | 7 <expand macro="required_files" /> |
28 <inputs> | 28 <inputs> |
29 <param name="input_file" type="data" label="Select CSV File" format="tabular,csv" help="Choose a dataset file for processing"> | 29 <param name="input_file" type="data" label="Select CSV File" format="tabular,csv" help="Choose a dataset file for processing"> |
30 | 30 |
31 </param> | 31 </param> |
32 <param name="output_feature" multiple="false" type="data_column" use_header_names="true" data_ref="input_file" label="Select target column(s):" /> | 32 <param name="output_feature" multiple="false" type="data_column" use_header_names="true" data_ref="input_file" label="Select target column(s):" /> |
33 <param name="renderconfig" type="boolean" checked="true" label="Rendered config?" | 33 <param name="renderconfig" type="boolean" checked="false" label="Render full configuration with all setting included?" |
34 truevalue="--renderconfig" falsevalue="" /> | 34 truevalue="--renderconfig" falsevalue="" /> |
35 </inputs> | 35 </inputs> |
36 | 36 |
37 <outputs> | 37 <outputs> |
38 <data name="output" format="yaml" label="${tool.name} config on ${on_string}" /> | 38 <data name="output" format="yaml" label="${tool.name} config on ${on_string}" /> |