Michael Barnathan

Results 1 comments of Michael Barnathan

Note that this workflow will fit the Vectorizer twice. In the case of using something slow like KeyphraseCountVectorizer, you'll probably notice a slowdown. ``` vectorizer = KeyphraseCountVectorizer() with TicToc(): doc_embeddings,...