Model Pipeline - ColumnTransformer for mixed types
This pipeline shows how to handle different types of data columns separately using ColumnTransformer. Numeric columns are scaled, and categorical columns are converted to numbers. This helps the model learn better from mixed data.