Mercurial > repos > goeckslab > image_learner
comparison image_learner.xml @ 17:db9be962dc13 draft default tip
planemo upload for repository https://github.com/goeckslab/gleam.git commit 9db874612b0c3e4f53d639459fe789b762660cd6
| author | goeckslab |
|---|---|
| date | Wed, 10 Dec 2025 00:24:13 +0000 |
| parents | 8729f69e9207 |
| children |
comparison
equal
deleted
inserted
replaced
| 16:8729f69e9207 | 17:db9be962dc13 |
|---|---|
| 128 <option value="log_loss">Log Loss</option> | 128 <option value="log_loss">Log Loss</option> |
| 129 </param> | 129 </param> |
| 130 </when> | 130 </when> |
| 131 <when value="regression"> | 131 <when value="regression"> |
| 132 <param name="validation_metric_regression" type="select" optional="true" label="Validation metric (regression)" help="Metrics accepted by Ludwig for regression outputs."> | 132 <param name="validation_metric_regression" type="select" optional="true" label="Validation metric (regression)" help="Metrics accepted by Ludwig for regression outputs."> |
| 133 <option value="pearson_r" selected="true">Pearson r</option> | 133 <option value="mae" selected="true">MAE</option> |
| 134 <option value="mae">MAE</option> | |
| 135 <option value="mse">MSE</option> | 134 <option value="mse">MSE</option> |
| 136 <option value="rmse">RMSE</option> | 135 <option value="rmse">RMSE</option> |
| 137 <option value="mape">MAPE</option> | |
| 138 <option value="r2">R²</option> | |
| 139 <option value="explained_variance">Explained Variance</option> | |
| 140 <option value="loss">Loss</option> | 136 <option value="loss">Loss</option> |
| 141 </param> | 137 </param> |
| 142 </when> | 138 </when> |
| 143 <when value="auto"> | 139 <when value="auto"> |
| 144 <!-- No validation metric selection; tool will infer task and metric. --> | 140 <!-- No validation metric selection; tool will infer task and metric. --> |
