cuml.feature_extraction#

From text#

CountVectorizer

Convert a collection of text documents to a matrix of token counts.

HashingVectorizer

Convert a collection of text documents to a matrix of token occurrences.

TfidfTransformer

Transform a count matrix to a normalized tf or tf-idf representation.

TfidfVectorizer

Convert a collection of raw documents to a matrix of TF-IDF features.