Method
Create a holdout analysis for a model
REQUIRED |
KEY |
TYPE |
DESCRIPTION |
Yes |
name |
str |
Name of the holdout analysis
|
Yes |
modelId |
str |
ID of the model to create a holdout analysis for
|
Yes |
featureGroupIds |
list |
List of feature group IDs to use for the holdout analysis
|
No |
modelVersion |
str |
(optional) Version of the model to use for the holdout analysis
|
No |
algorithm |
str |
(optional) ID of algorithm to use for the holdout analysis
|
Note: The arguments for the API methods follow camelCase but for Python SDK underscore_case is followed.
KEY |
TYPE |
DESCRIPTION |
success |
Boolean |
true if the call succeeded, false if there was an error |
result |
HoldoutAnalysis |
KEY |
TYPE |
Description |
holdoutAnalysisId |
str |
The unique identifier of the holdout analysis. |
name |
str |
The name of the holdout analysis. |
featureGroupIds |
List[str] |
The feature group ids associated with the holdout analysis. |
modelId |
str |
The model id associated with the holdout analysis. |
modelName |
str |
The model name associated with the holdout analysis. |
|
TYPE |
WHEN |
DataNotFoundError |
modelId is not found.
|
DataNotFoundError |
featureGroupIds is not found.
|