Mercurial > repos > goeckslab > ludwig_experiment
changeset 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 | ec99e53e91d6 |
children | |
files | ludwig_experiment.xml ludwig_macros.xml |
diffstat | 2 files changed, 3 insertions(+), 3 deletions(-) [+] |
line wrap: on
line diff
--- a/ludwig_experiment.xml Wed Aug 27 20:27:54 2025 +0000 +++ b/ludwig_experiment.xml Sat Sep 06 01:53:23 2025 +0000 @@ -1,4 +1,4 @@ -<tool id="ludwig_experiment" name="Ludwig Experiment" version="@VERSION@" profile="@PROFILE@"> +<tool id="ludwig_experiment" name="Generic Learner Experiment" version="@VERSION@" profile="@PROFILE@"> <description>trains and evaluates a model</description> <macros> <import>ludwig_macros.xml</import> @@ -151,7 +151,7 @@ <help> <![CDATA[ **What it does** -Ludwig Experiment: train on one (portion of) dataset and evalue the model performance on another (portion of) dataset. +Generic Learner Experiment: train on one (portion of) dataset and evalue the model performance on another (portion of) dataset. **Output**
--- a/ludwig_macros.xml Wed Aug 27 20:27:54 2025 +0000 +++ b/ludwig_macros.xml Sat Sep 06 01:53:23 2025 +0000 @@ -1,7 +1,7 @@ <macros> <token name="@LUDWIG_VERSION@">0.10.1</token> - <token name="@SUFFIX@">1</token> + <token name="@SUFFIX@">2</token> <token name="@VERSION@">@LUDWIG_VERSION@+@SUFFIX@</token>