comparison stacking_ensembles.xml @ 7:00819b7f2f55 draft

"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/sklearn commit 756f8be9c3cd437e131e6410cd625c24fe078e8c"
author bgruening
date Wed, 22 Jan 2020 12:33:01 +0000
parents 8b5b653ba1ed
children b8c92e94ac1d
comparison
equal deleted inserted replaced
6:aae4725f152b 7:00819b7f2f55
1 <tool id="sklearn_stacking_ensemble_models" name="Stacking Ensemble Models" version="@ENSEMBLE_VERSION@.1"> 1 <tool id="sklearn_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"/>