
Ultimate access to all questions.
Your team is developing a multiclass logistic regression model using tabular data in Vertex AI with AutoML. The data is stored in a CSV file in Cloud Storage. AutoML can perform various transformations on the data to optimize its use for the model. Given the constraints of using CSV format in Cloud Storage and the need to ensure the model's scalability and performance, which of the following transformation types is not permitted? Choose the one correct option.
A
Text transformations, including tokenization and n-gram generation, to process textual data within the CSV.
B
Number transformations, such as normalization and scaling, to adjust numerical data for better model performance.
C
Timestamp transformations, including parsing and formatting, to handle date and time data effectively.
D
Array transformations, which involve operations on complex data types like lists within the CSV file.
E
Categorical transformations, including one-hot encoding and label encoding, to manage categorical variables.