Mercurial > repos > bgruening > sklearn_searchcv
comparison search_model_validation.xml @ 12:dfdf0b54ef4a 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:20:36 -0400 |
parents | 90c6c1cb4459 |
children | e7d5cd2607a6 |
comparison
equal
deleted
inserted
replaced
11:90c6c1cb4459 | 12:dfdf0b54ef4a |
---|---|
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> |