REQUIRED |
KEY |
TYPE |
DESCRIPTION |
Yes |
projectId |
str |
The unique version ID of the project.
|
No |
featureGroupNamesForTraining |
List[str] |
A list of feature group table names to be used for training.
|
No |
trainingDataParameterNameOverride |
dict |
Override from feature group type to parameter name in the train function.
|
No |
trainingConfig |
TrainingConfig |
Training config for the options supported by the Abacus.AI platform.
KEY |
TYPE |
Description |
_UPPER_SNAKE_CASE_KEYS |
None |
None |
PROBLEM_TYPE |
None |
None |
ALGORITHM |
None |
None |
KWARGS |
None |
None |
_SUPPORT_KWARGS |
None |
None |
|
No |
customAlgorithmConfig |
Any |
User-defined config that can be serialized by JSON.
|
Note: The arguments for the API methods follow camelCase but for Python SDK underscore_case is followed.