Mercurial > repos > bgruening > sklearn_searchcv
diff search_model_validation.xml @ 24:301e07345c93 draft
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/sklearn commit f031d8ddfb73cec24572648666ac44ee47f08aad
author | bgruening |
---|---|
date | Thu, 11 Aug 2022 09:04:43 +0000 |
parents | cb5635e30842 |
children | fc99237f3392 |
line wrap: on
line diff
--- a/search_model_validation.xml Fri May 27 11:33:30 2022 +0000 +++ b/search_model_validation.xml Thu Aug 11 09:04:43 2022 +0000 @@ -9,7 +9,7 @@ <param name="infile_params" type="data" format="tabular" optional="true" label="Choose the dataset containing parameter names" help="This dataset could be the output of `get_params` in the `Estimator Attributes` tool."/> <repeat name="param_set" min="1" max="30" title="Parameter settings for search:"> <param name="sp_name" type="select" optional="true" label="Choose a parameter name (with current value)"> - <options from_dataset="infile_params" startswith="@"> + <options from_dataset="infile_params"> <column name="name" index="2"/> <column name="value" index="1"/> <filter type="unique_value" name="unique_param" column="1"/>