Oracle Cloud Infrastructure 2021 Architect Professional — Question 10

You want to train a classification model with MySQL HeatWave AutoML. Which two are requirements of the training data set? (Choose two.)

Answer options

Correct answer: B, E

Explanation

The correct answers are B and E because the target column and all feature columns must indeed be in the same table for proper training, and the target must have at least two distinct values to enable classification. Options A and C are incorrect as the target and feature columns do not need to be exclusively numeric, and D is not necessary as having two feature columns is not a strict requirement.