TD_​GLMPredict

This function gives score according to generalized linear model.

Options

Accumulate
Specify the names of the input table columns that need to be copied from the input test table to output.
IDColumn
Specify the name of the column that uniquely identifies an observation in the test table.
OutputProb
Specify whether the function should output the probability for each response. Only applicable if the family is Binomial.
Responses (strings seperated by new line)
Specify the class labels for which to output probabilities. Only applicable if OutputProb is true. A label must be 0 or 1. If not specified, the function outputs the probability of the predicted response.
Output Schema
Output Schema, if Volatile is true then use user login as the schema.
Output Table
Output Table
VAL Location
VAL Location
Volatile
Specifies whether the table should be a VOLATILE table. If true, then the table is automatically deleted, otherwise it is users responsibility to remove or clean it up for space.

Input Ports

Icon
Connection to a Teradata Database Instance
Icon
Specifies the table containing the input data.
Icon
Specifies the table containing the model data.

Output Ports

Icon
output of TD_GLMPredict

Nodes

Extensions

Links