Mercurial > repos > bgruening > sklearn_model_validation
comparison model_validation.xml @ 24:7269862d0402 draft
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/sklearn commit 5b2ac730ec6d3b762faa9034eddd19ad1b347476"
| author | bgruening |
|---|---|
| date | Mon, 16 Dec 2019 09:49:42 +0000 |
| parents | 00671f5ae52c |
| children | 376c88f35e0e |
comparison
equal
deleted
inserted
replaced
| 23:1bfbdcb36333 | 24:7269862d0402 |
|---|---|
| 1 <tool id="sklearn_model_validation" name="Model Validation" version="@VERSION@"> | 1 <tool id="sklearn_model_validation" name="Model Validation" version="@VERSION@"> |
| 2 <description>evaluates estimator performances without changing parameters</description> | 2 <description>includes cross_validate, cross_val_predict, learning_curve, and more</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"/> |
| 18 <