comparison ludwig_train.xml @ 2:3f587f0e5a6d draft default tip

planemo upload for repository https://github.com/goeckslab/Galaxy-Ludwig.git commit 008bc5a8ee2c80f70fc224a23b5d2cd0c8ef1810
author goeckslab
date Fri, 14 Mar 2025 16:49:34 +0000
parents f0be10937f5c
children
comparison
equal deleted inserted replaced
1:4d12452c5361 2:3f587f0e5a6d
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 <expand macro="macro_stdio" /> 8 <expand macro="macro_stdio" />
8 <version_command>echo "@VERSION@"</version_command> 9 <version_command>echo "@VERSION@"</version_command>
9 <command> 10 <command>
10 <![CDATA[ 11 <![CDATA[
11 #import re 12 #import re
108 <tests> 109 <tests>
109 <test> 110 <test>
110 <param name="dataset" value="temperature_la.csv" ftype="csv" /> 111 <param name="dataset" value="temperature_la.csv" ftype="csv" />
111 <param name="config" value="temperature_config.yml" ftype="yaml" /> 112 <param name="config" value="temperature_config.yml" ftype="yaml" />
112 <param name="data_format" value="csv" /> 113 <param name="data_format" value="csv" />
113 <output name="output_report" file="ludwig_train_report_test.html" compare="sim_size" delta="10" > 114 <output name="output_report" file="ludwig_train_report_test.html" compare="sim_size" delta="30" >
114 <assert_contents> 115 <assert_contents>
115 <has_text text="Visualizations" /> 116 <has_text text="Visualizations" />
116 </assert_contents> 117 </assert_contents>
117 </output> 118 </output>
118 </test> 119 </test>