xpandas.transformers.bag_of_features_transformer package¶
Submodules¶
xpandas.transformers.bag_of_features_transformer.bag_of_features_transformer module¶
-
class
xpandas.transformers.bag_of_features_transformer.bag_of_features_transformer.
BagOfWordsTransformer
(dictionary=None, **kwargs)[source]¶ Bases:
xpandas.transformers.transformer.XSeriesTransformer
Performs bag-of-features transformer for strings of any categorical data.