fl4health.feature_alignment.string_columns_transformer module¶
- class TextColumnTransformer(transformer)[source]¶
Bases:
BaseEstimator
,TransformerMixin
The purpose of this class is to enable the application of text feature transformers from sklearn to a single-column pandas dataframe, which is not supported in the first place.