INPUTS ( Collection of INPUTs )

Defines the INPUTS section, which provides fixed input values used for testing, evaluation, or demonstration purposes. Inputs bind values to features and are evaluated during inference without modifying the model definition.

Properties of INPUT

NameTypeDescription
FeatureSTRINGThe feature name that the input value is bound to.
OperatorenumOperatorThe operator used to compare or assign the input value.
ValueAISQLEXPRESSIONThe value assigned or compared against the feature.

Syntax

	INPUTS

Examples

	

        INPUTS
            Age = 30
            SentimentScore = -5
            tenure = 10

	

        INPUTS
            Age = 30