ColumnTransformer: Apply Different Transformations To Different Features
Real-world data often contain heterogeneous data types. Most of the time you will find an unorganised or incomplete dataset with missing values. You may need to use different transformation on different columns for data preprocessing.
For example, sc...
bhavyal.hashnode.dev4 min read