AI_PREDICT_INVALID_PARAMETER error condition

SQLSTATE: 22023

Invalid argument for the function <funcName>.

EMPTY_FEATURE_LIST

The feature_cols argument must contain at least one column name.

RESERVED_OUTPUT_COLUMN

The output column <columnName> would collide with an existing column in the input. Rename or drop the conflicting input column.

TARGET_IS_FEATURE

The target column <targetColumn> must not also appear in feature_cols.

UNSUPPORTED_CLASSIFICATION_TARGET_TYPE

The target column <targetColumn> has type <targetType>, which is not supported. Classification targets must be numeric, boolean, or string.

UNSUPPORTED_FEATURE_TYPE

The feature column <featureColumn> has type <featureType>, which is not supported. Feature columns must be numeric, boolean, or string.

UNSUPPORTED_REGRESSION_TARGET_TYPE

The target column <targetColumn> has type <targetType>, which is not supported. Regression targets must be numeric.