Question 7
Choose the options with respect to the given statements:
Statement1 : To apply various sklearn methods from in series on a column we should use Pipeline.
Statement2 : To apply various sklearn methods on various columns in parallel we should use ColumnTransformer.
Statement 1 False, Statement 2 False
Statement 1 True, Statement 2 False
Statement 1 False, Statement 2 True
Both statements are True