Files
nlp-in-practice/hashingvectorizer
Kavita Ganesan c1fd322a2e Update README.md
2020-04-02 08:26:31 -06:00
..
2020-04-02 08:19:50 -06:00
2020-04-02 08:26:31 -06:00

HashingVectorizer vs. CountVectorizer - When to use which?

Navigate

Running the Notebook

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