Mercurial > repos > bgruening > sklearn_pairwise_metrics
comparison main_macros.xml @ 5:08d8af6abdbc draft
planemo upload for repository https://github.com/bgruening/galaxytools/tools/sklearn commit 69ddd1c2c64661f6ac6d18848188330c679ce894
| author | bgruening |
|---|---|
| date | Fri, 16 Feb 2018 14:51:08 -0500 |
| parents | 1573e8255a34 |
| children | 19b8e8baf1e6 |
comparison
equal
deleted
inserted
replaced
| 4:1573e8255a34 | 5:08d8af6abdbc |
|---|---|
| 173 <xml name="max_depth" token_default_value="" token_help=" "> | 173 <xml name="max_depth" token_default_value="" token_help=" "> |
| 174 <param argument="max_depth" type="integer" optional="true" value="@DEFAULT_VALUE@" label="Maximum depth of the tree" help="@HELP@"/> | 174 <param argument="max_depth" type="integer" optional="true" value="@DEFAULT_VALUE@" label="Maximum depth of the tree" help="@HELP@"/> |
| 175 </xml> | 175 </xml> |
| 176 | 176 |
| 177 <xml name="min_samples_split" token_default_value="2" token_help=" "> | 177 <xml name="min_samples_split" token_default_value="2" token_help=" "> |
| 178 <param argument="min_samples_split" type="integer" optional="true" value="@DEFAULT_VALUE@" label="Maximum depth of the tree" help="@HELP@"/> | 178 <param argument="min_samples_split" type="integer" optional="true" value="@DEFAULT_VALUE@" label="Minimum number of samples required to split an internal node" help="@HELP@"/> |
| 179 </xml> | 179 </xml> |
| 180 | 180 |
| 181 <xml name="min_samples_leaf" token_default_value="1" token_help=" "> | 181 <xml name="min_samples_leaf" token_default_value="1" token_help=" "> |
| 182 <param argument="min_samples_leaf" type="integer" optional="true" value="@DEFAULT_VALUE@" label="Minimum number of samples in newly created leaves" help="@HELP@"/> | 182 <param argument="min_samples_leaf" type="integer" optional="true" value="@DEFAULT_VALUE@" label="Minimum number of samples in newly created leaves" help="@HELP@"/> |
| 183 </xml> | 183 </xml> |
