Method
describeProblemType GET
Copy GET

Describes a problem type

Arguments:

REQUIRED KEY TYPE DESCRIPTION
Yes problemType str The problem type to get details on
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 ProblemType
KEY TYPE Description
problemType str Name of the problem type
requiredFeatureGroupType str The required feature group types to train for this problem type
optionalFeatureGroupTypes List[str] The optional feature group types can be used to train for this problem type
useCasesSupportCustomAlgorithm list A list of use cases that support custom algorithms

Exceptions:

TYPE WHEN
InvalidEnumParameterError

An invalid value is passed for problemType.

Language: