Method
inferFeatureMappings GET
Copy GET

Infer the feature mappings for the feature group in the project based on the problem type.

Arguments:

REQUIRED KEY TYPE DESCRIPTION
Yes projectId str The unique ID associated with the project.
Yes featureGroupId str The unique ID associated with the feature group.
Note: The arguments for the API methods follow camelCase but for Python SDK underscore_case is followed.

Response:

KEY TYPE DESCRIPTION
success Boolean true if the call succeeded, false if there was an error
result InferredFeatureMappings
KEY TYPE Description
error str Error message if there was an error inferring the feature mappings
featureMappings FeatureMapping The inferred feature mappings
KEY TYPE Description
featureMapping str The mapping of the feature. The possible values will be based on the project's use-case. See the (Use Case Documentation)[https://staging.abacus.ai/app/help/useCases] for more details.
featureName str The unique name of the feature.

Exceptions:

TYPE WHEN
DataNotFoundError

projectId is not found.

DataNotFoundError

featureGroupId is not found.

Language: