diff search_model_validation.xml @ 11:68753d45815f draft

"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/sklearn commit ba6a47bdf76bbf4cb276206ac1a8cbf61332fd16"
author bgruening
date Fri, 13 Sep 2019 12:24:39 -0400
parents 82b6104d4682
children 103aaea17119
line wrap: on
line diff
--- a/search_model_validation.xml	Fri Aug 09 07:12:16 2019 -0400
+++ b/search_model_validation.xml	Fri Sep 13 12:24:39 2019 -0400
@@ -87,7 +87,7 @@
                 <expand macro="cv_reduced" label="Select the outer cv splitter"/>
             </when>
         </conditional>
-        <param name="save" type="select" label="Save best estimator?" help="For security reason, deep learning models will be saved into two datasets, model skeleton and weights.">
+        <param name="save" type="select" label="Save best estimator?" help="For security reason, deep learning models will be saved into two datasets, model skeleton and weights. Caution: Save estimator doesn't work for nestCV or when refit is False.">
             <option value="nope" selected="true">Nope, save is unnecessary</option>
             <option value="save_estimator">Fitted estimator (excluding deep learning)</option>
             <option value="save_weights">Model skeleton and weights, for deep learning exclusively</option>