Question 10
Which of the following APIs can be used to construct an ML pipeline that has numerical and categorical features both? Choose the most suitable answer.
Pipeline alone
ColumnTransformer with pipeline
FeatureUnion with ColumnTransformer and/or pipeline
All of these