The GLMPredict2 function has these input tables:
- A table of new data, whose schema follows
- A model table generated by the GLM2 function, described in GLM2
- [Optional] A regularization table generated by the GLM2 function, described in GLM2
Column | Data Type | Description |
---|---|---|
predictor_variable_columns | Any | Columns that contain independent/predictor variables. One such column is required; others are optional. These columns cannot contain NULL values. |