dask-examples
dask-examples copied to clipboard
CountVectorizer example
Check out this pull request on
Review Jupyter notebook visual diffs & provide feedback on notebooks.
Powered by ReviewNB
There is already this: https://examples.dask.org/machine-learning/text-vectorization.html
Maybe we can roll this into that somehow?
On Mon, Jul 27, 2020 at 7:51 AM review-notebook-app[bot] < [email protected]> wrote:
Check out this pull request on [image: ReviewNB] https://app.reviewnb.com/dask/dask-examples/pull/160
Review Jupyter notebook visual diffs & provide feedback on notebooks.
Powered by ReviewNB https://www.reviewnb.com
— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/dask/dask-examples/pull/160#issuecomment-664443964, or unsubscribe https://github.com/notifications/unsubscribe-auth/AACKZTHSTSPW2MMTLO25IZDR5WIABANCNFSM4PI3CMUA .
Merged them into a single "Working with text data" notebook that starts with different comparing different vectorizers (HashingVectorizer, CountVectorizer) and ends with the full pipeline.