comparison search_model_validation.xml @ 12:103aaea17119 draft

"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/sklearn commit 02087ce2966cf8b4aac9197a41171e7f986c11d1-dirty"
author bgruening
date Wed, 02 Oct 2019 03:51:08 -0400
parents 68753d45815f
children c1ca24a1509d
comparison
equal deleted inserted replaced
11:68753d45815f 12:103aaea17119
62 <param argument="n_iter" type="integer" value="10" label="Number of parameter settings that are sampled"/> 62 <param argument="n_iter" type="integer" value="10" label="Number of parameter settings that are sampled"/>
63 <expand macro="random_state"/> 63 <expand macro="random_state"/>
64 </section> 64 </section>
65 </when> 65 </when>
66 </conditional> 66 </conditional>
67 <expand macro="sl_mixed_input"/> 67 <expand macro="sl_mixed_input_plus_sequence"/>
68 <conditional name="outer_split"> 68 <conditional name="outer_split">
69 <param name="split_mode" type="select" label="Whether to hold a portion of samples for test exclusively?" help="Nested CV or train_test_split"> 69 <param name="split_mode" type="select" label="Whether to hold a portion of samples for test exclusively?" help="Nested CV or train_test_split">
70 <option value="no" selected="true">Nope</option> 70 <option value="no" selected="true">Nope</option>
71 <option value="train_test_split">Yes - do a single train test split</option> 71 <option value="train_test_split">Yes - do a single train test split</option>
72 <option value="nested_cv">Yes - do nested CV</option> 72 <option value="nested_cv">Yes - do nested CV</option>