Method
Return list of built-in algorithms based on given input data and training config.
REQUIRED |
KEY |
TYPE |
DESCRIPTION |
Yes |
projectId |
str |
Unique string identifier associated with the project.
|
Yes |
featureGroupIds |
list |
List of feature group IDs specifying input data.
|
No |
trainingConfig |
TrainingConfig |
The training config to be used for model training.
KEY |
TYPE |
Description |
_UPPER_SNAKE_CASE_KEYS |
None |
None |
PROBLEM_TYPE |
None |
None |
ALGORITHM |
None |
None |
KWARGS |
None |
None |
_SUPPORT_KWARGS |
None |
None |
|
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 |
list[Algorithm] |
|
TYPE |
WHEN |
DataNotFoundError |
projectId is not found.
|
DataNotFoundError |
featureGroupIds is not found.
|