Skip to main content

Required Feature Group Types

To create a model monitor, you will need to upload datasets of the following type(s):

Feature Group TypeRequiredDescription
Training Data TableTrueDataset representing the distribution of features encountered by a model during training.
Prediction Log TableTrueDataset representing the distribution of features encountered by a model during prediction or deployment.

Feature Group: Training Data Table

Dataset representing the distribution of features encountered by a model during training.

Feature MappingFeature TypeRequiredDescription
TARGETYThe target value the model is training to predict.
MODEL_VERSIONcategoricalNThe unique identifier of the model version that was trained with this training row.

Feature Group: Prediction Log Table

Dataset representing the distribution of features encountered by a model during prediction or deployment.

Feature MappingFeature TypeRequiredDescription
PREDICTION_TIMEtimestampNTimestamp of the prediction.
ACTUALNThe ground truth value of this prediction data.
PREDICTED_VALUEYModel output value for this prediction data.
PREDICTED_PROBABILITYNModel output probability value for prediction data.
MODEL_VERSIONcategoricalNThe unique identifier of the model version corresponding to the prediction.