While using scikit-learn's ColumnTransformer, I run into a “trivial” issue. After transforming the features, they do not have names in the new numpy array. In stackoverflow.com seems that few other people have faced this issue, and struggled with it. This post is about my version of solving this problem. Code Please…