mirror of
https://github.com/kavgan/nlp-in-practice.git
synced 2021-05-12 18:32:22 +03:00
HashingVectorizer vs. CountVectorizer - When to use which?
Navigate
Running the Notebook
- From the command line, first, clone this repo.
git clone <this repo url>
- Next, switch to the HashingVectorizer directory of this repo.
cd nlp-in-practice/HashingVectorizer
- Then, run jupyter notebook
jupyter notebook
- Select
HashingVectorizer.ipynb, and re-run the cells and re-use the code!