Closed koaning closed 3 years ago
A FeatureUnion is probably not going to cut it. Instead, it's possibly better to make a custom class to concatenate the strings in a scikit-learn pipeline. Let's call it TextConcat.
FeatureUnion
TextConcat
A
FeatureUnion
is probably not going to cut it. Instead, it's possibly better to make a custom class to concatenate the strings in a scikit-learn pipeline. Let's call itTextConcat
.