Files
nlp-in-practice/tfidftransformer
2019-11-22 12:10:53 -07:00
..
2019-07-21 15:32:32 -06:00

Usage examples of scikit's tfidftransformer and tfidfvectorizer and the differences between the two.

Navigate

Running the Notebook

  1. From the command line, first, clone this repo.
git clone <this repo url>
  1. Next, switch to the tfidftransformer directory of this repo.
cd  nlp-in-practice/tfidftransformer
  1. Then, run jupyter notebook
jupyter notebook
  1. Select TFIDFTransformer vs. TFIDFVectorizer Notebook.ipynb, and re-run the cells and re-use the code!