mirror of
https://github.com/kavgan/nlp-in-practice.git
synced 2021-05-12 18:32:22 +03:00
Usage examples of scikit's tfidftransformer and tfidfvectorizer and the differences between the two.
Navigate
- Article: How to Use Tfidftransformer & Tfidfvectorizer?
- TFIDFTransformer vs. TFIDFVectorizer Notebook
Running the Notebook
- From the command line, first, clone this repo.
git clone <this repo url>
- Next, switch to the tfidftransformer directory of this repo.
cd nlp-in-practice/tfidftransformer
- Then, run jupyter notebook
jupyter notebook
- Select
TFIDFTransformer vs. TFIDFVectorizer Notebook.ipynb, and re-run the cells and re-use the code!