dask-examples icon indicating copy to clipboard operation
dask-examples copied to clipboard

CountVectorizer example

Open TomAugspurger opened this issue 4 years ago • 3 comments

TomAugspurger avatar Jul 27 '20 14:07 TomAugspurger

Check out this pull request on  ReviewNB

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 .

mrocklin avatar Jul 27 '20 17:07 mrocklin

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.

TomAugspurger avatar Jul 27 '20 19:07 TomAugspurger