GetReasonCodesInitialization: Retrieve the reason codes initialization for a model.
Description
Reason codes initializations are a prerequisite for computing reason codes, and include
a sample what the computed reason codes for a prediction dataset would look like.
Usage
GetReasonCodesInitialization(model)
Arguments
model
An S3 object of class dataRobotModel like that returned by
the function GetModel, or each element of the list returned by
the function ListModels.
Value
A named list which contains:
projectId. Character id of the project the feature belonges to.
modelId. Character string giving the unique alphanumeric model identifier.
reasonCodesSample. list which contains sample of reason codes.
Each element of the list is information about reason codes for one data row. For more
information see GetReasonCodesRows.