comparison stacking_ensembles.xml @ 2:38c4f8a98038 draft

"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/sklearn commit 5b2ac730ec6d3b762faa9034eddd19ad1b347476"
author bgruening
date Mon, 16 Dec 2019 10:07:37 +0000
parents c1b0c8232816
children 0a1812986bc3
comparison
equal deleted inserted replaced
1:c1b0c8232816 2:38c4f8a98038
1 <tool id="stacking_ensemble_models" name="Stacking Ensemble Models" version="@ENSEMBLE_VERSION@"> 1 <tool id="stacking_ensemble_models" name="Stacking Ensembles" version="@VERSION@">
2 <description>builds a strong model by stacking multiple algorithms</description> 2 <description>builds stacking, voting ensemble models with numerous base options</description>
3 <macros> 3 <macros>
4 <import>main_macros.xml</import> 4 <import>main_macros.xml</import>
5 </macros> 5 </macros>
6 <expand macro="python_requirements"/> 6 <expand macro="python_requirements"/>
7 <expand macro="macro_stdio"/> 7 <expand macro="macro_stdio"/>