| 2209 | | shortDescription=_(u'Given a fitted generalized linear model (GLM) and a table containing fields for the predictor variables, this tool predicts the response variable for each row of the table.'), |
| | 2209 | shortDescription=_(u'Given a fitted generalized linear model (GLM), this tool predicts the response variable for each row of a table.'), |
| | 2210 | longDescription=_( |
| | 2211 | u"""If a table is not provided, the prediction will be done on the |
| | 2212 | training data used to fit the model. |
| | 2213 | |
| | 2214 | On completion, the tool outputs statistics that summarize how well the |
| | 2215 | model's predictions match the observed values of the response |
| | 2216 | variable, unless a table is provided that does not contain the |
| | 2217 | observed values of the response variable."""), |
| 3171 | | shortDescription=_(u'Given a fitted generalized additive model (GAM) and a table containing fields for the predictor variables, this tool predicts the response variable for each row of the table.'), |
| | 3182 | shortDescription=_(u'Given a fitted generalized additive model (GAM), this tool predicts the response variable for each row of a table.'), |
| | 3183 | longDescription=_( |
| | 3184 | u"""If a table is not provided, the prediction will be done on the |
| | 3185 | training data used to fit the model. |
| | 3186 | |
| | 3187 | On completion, the tool outputs statistics that summarize how well the |
| | 3188 | model's predictions match the observed values of the response |
| | 3189 | variable, unless a table is provided that does not contain the |
| | 3190 | observed values of the response variable."""), |
| 3968 | | shortDescription=_(u'Given a fitted tree model and a table containing fields for the predictor variables, this tool predicts the response variable for each row of the table.'), |
| | 3987 | shortDescription=_(u'Given a fitted tree model, this tool predicts the response variable for each row of a table.'), |
| | 3988 | longDescription=_( |
| | 3989 | u"""If a table is not provided, the prediction will be done on the |
| | 3990 | training data used to fit the model. |
| | 3991 | |
| | 3992 | On completion, the tool outputs statistics that summarize how well the |
| | 3993 | model's predictions match the observed values of the response |
| | 3994 | variable, unless a table is provided that does not contain the |
| | 3995 | observed values of the response variable."""), |
| 4720 | | shortDescription=_(u'Given a fitted random forest model and a table containing fields for the predictor variables, this tool predicts the response variable for each row of the table.'), |
| | 4747 | shortDescription=_(u'Given a random forest model, this tool predicts the response variable for each row of a table.'), |
| | 4748 | longDescription=_( |
| | 4749 | u"""If a table is not provided, the prediction will be done on the |
| | 4750 | training data used to fit the model. |
| | 4751 | |
| | 4752 | On completion, the tool outputs statistics that summarize how well the |
| | 4753 | model's predictions match the observed values of the response |
| | 4754 | variable, unless a table is provided that does not contain the |
| | 4755 | observed values of the response variable."""), |