comparison ludwig_experiment.xml @ 7:4d0d8859a0f2 draft default tip

planemo upload for repository https://github.com/goeckslab/Galaxy-Ludwig.git commit 59a0f37fed961b3ba4c55f8205e7cf4ebd551767
author goeckslab
date Sat, 06 Sep 2025 01:53:23 +0000
parents 5a39f429fad1
children
comparison
equal deleted inserted replaced
6:ec99e53e91d6 7:4d0d8859a0f2
1 <tool id="ludwig_experiment" name="Ludwig Experiment" version="@VERSION@" profile="@PROFILE@"> 1 <tool id="ludwig_experiment" name="Generic Learner Experiment" version="@VERSION@" profile="@PROFILE@">
2 <description>trains and evaluates a model</description> 2 <description>trains and evaluates a 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" />
149 </test> 149 </test>
150 </tests> 150 </tests>
151 <help> 151 <help>
152 <![CDATA[ 152 <![CDATA[
153 **What it does** 153 **What it does**
154 Ludwig Experiment: train on one (portion of) dataset and evalue the model performance on another (portion of) dataset. 154 Generic Learner Experiment: train on one (portion of) dataset and evalue the model performance on another (portion of) dataset.
155 155
156 156
157 **Output** 157 **Output**
158 An HTML containing the evaluation report of the trained model. 158 An HTML containing the evaluation report of the trained model.
159 A trained Ludwig model composite dataset. 159 A trained Ludwig model composite dataset.