Ultimate access to all questions.
You are using Azure Machine Learning Python SDK v2 to train a regression model with automated machine learning. Your dataset contains features with missing values and categorical features with few distinct values.
You need to manage whether automated machine learning automatically handles missing value imputation and categorical feature encoding during the training task.
Which enum from the automl
package should you use?