Question 14
Select the false statements:
StandardScaler ensures the features correspond to a uniform distribution after scaling.
MinMaxScaler ensures that feature values follow a Gaussian Distribution
OridnalEncoder is best for data which contains values corresponding to a Normal Distribution.
Pipeline helps us apply separate transformations to numerical and categorical columns directly.