CoxPH Input - Teradata Vantage

Machine Learning Engine Analytic Function Reference

Product
Teradata Vantage
Release Number
8.00
1.0
Published
May 2019
Language
English (United States)
Last Update
2019-11-22
dita:mapPath
blj1506016597986.ditamap
dita:ditavalPath
blj1506016597986.ditaval
dita:id
B700-4003
lifecycle
previous
Product Category
Teradata Vantageā„¢

InputTable Schema

Column Data Type Description
time_interval_column SMALLINT or INTEGER Time interval of input data; that is, end_time - start_time, in any time unit (for example, years, months, or days).
event_column SMALLINT or INTEGER 1 if event occurred by end_time, 0 otherwise. (0 represents survival or right-censorship.)
feature_column SMALLINT, INTEGER, BIGINT, NUMERIC, or DOUBLE PRECISION [Column appears once for each specified feature_column.] Input data feature.

(CategoricalColumns argument can also specify a feature_column as a categorical_column.)