comparison ludwig_train.xml @ 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 3f587f0e5a6d
children
comparison
equal deleted inserted replaced
2:3f587f0e5a6d 3:ad2cceec6268
2 <description>trains a deep learning model</description> 2 <description>trains a deep learning model</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 <required_files>
8 <include path="utils.py" />
9 <include path="ludwig_experiment.py" />
10 <include path="ludwig_train.py" />
11 </required_files>
8 <expand macro="macro_stdio" /> 12 <expand macro="macro_stdio" />
9 <version_command>echo "@VERSION@"</version_command> 13 <version_command>echo "@VERSION@"</version_command>
10 <command> 14 <command>
11 <![CDATA[ 15 <![CDATA[
12 #import re 16 #import re