Question 2
Which of the following options represent the main purpose of using the FeatureUnion?
Enables different transformations on various columns of data based on their types
Combines output from several transformer objects by creating a new transformer from them
To chain multiple estimators to execute a fixed sequence of steps in data preprocessing and modeling
None of these