AI_PREDICT_INSUFFICIENT_TRAINING_DATA error condition
The function <funcName> does not have adequate training data to fit a model.
CALIBRATION_SET_TOO_SMALL
The calibration set has <numRows> rows, which is too small to produce a prediction interval at the requested confidence level.
SINGLE_CLASS_LABEL
The target column <targetColumn> has only a single distinct class label; at least two are required to train a classifier.
TOO_FEW_ROWS
The input has <numRows> usable training rows, but at least <minRows> are required.