Mercurial > repos > bgruening > sklearn_build_pipeline
comparison pipeline.xml @ 6:52c4e0ef580a draft
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/sklearn commit c64ccc5850c8e061a95fb64e07ed388384e82393
author | bgruening |
---|---|
date | Thu, 11 Oct 2018 03:30:40 -0400 |
parents | 242ca5bcd403 |
children | 99038af8deda |
comparison
equal
deleted
inserted
replaced
5:242ca5bcd403 | 6:52c4e0ef580a |
---|---|
284 </conditional> | 284 </conditional> |
285 <param name="selected_module" value="ensemble"/> | 285 <param name="selected_module" value="ensemble"/> |
286 <param name="selected_estimator" value="RandomForestRegressor"/> | 286 <param name="selected_estimator" value="RandomForestRegressor"/> |
287 <output name="outfile" file="pipeline10" compare="sim_size" delta="1"/> | 287 <output name="outfile" file="pipeline10" compare="sim_size" delta="1"/> |
288 </test> | 288 </test> |
289 <test expect_failure="true"> | |
290 <conditional name="component_selector"> | |
291 <param name="component_type" value="None"/> | |
292 </conditional> | |
293 <param name="selected_module" value="ensemble"/> | |
294 <param name="selected_estimator" value="RandomForestRegressor"/> | |
295 <param name="text_params" value="n_estimators=__import__('os').system('ls ~')"/> | |
296 </test> | |
289 </tests> | 297 </tests> |
290 <help> | 298 <help> |
291 <![CDATA[ | 299 <![CDATA[ |
292 **What it does** | 300 **What it does** |
293 Constructs a pipeline that contains a list of transfroms and a final estimator. Pipeline assembles several steps | 301 Constructs a pipeline that contains a list of transfroms and a final estimator. Pipeline assembles several steps |