algorithmsConfig
Stores the configuration information for the selection of algorithms trained on tabular data.
The list of available algorithms to choose from depends on the training mode set in TabularJobConfig.Mode.
AlgorithmsConfigshould not be set if the training mode is set onAUTO.When
AlgorithmsConfigis provided, oneAutoMLAlgorithmsattribute must be set and one only.If the list of algorithms provided as values forAutoMLAlgorithmsis empty,CandidateGenerationConfiguses the full set of algorithms for the given training mode.When
AlgorithmsConfigis not provided,CandidateGenerationConfiguses the full set of algorithms for the given training mode.
For the list of all algorithms per problem type and training mode, see AutoMLAlgorithmConfig.
For more information on each algorithm, see the Algorithm support section in Autopilot developer guide.