InputTable Schema
The table can have additional columns, but the function ignores them.
Column | Data Type | Description |
---|---|---|
response_column | Any numeric SQL data type | Dependent/response variable. Cannot be NULL. If Family is BINOMIAL, each value in this column must be either 0 or 1. |
predictor_variable_column | Any | [Appears one or more times.] Independent/predictor variable. Cannot be NULL. |
categorical_column | CHARACTER, VARCHAR, INTEGER, BYTEINT, DATE, TIME (without TIME ZONE) | [Column appears once for each categorical predictor_variable_column.] Categorical independent/predictor variable. |
weight_column | INTEGER, DOUBLE PRECISION | [Appears only with WeightColumn argument.] Weight to assign to response variable. |