CODAIT / text-extensions-for-pandas

Natural language processing support for Pandas dataframes.
Apache License 2.0
215 stars 34 forks source link

Add new market intelligence use case #185

Closed frreiss closed 3 years ago

frreiss commented 3 years ago

This PR adds parts 1 and 2 of a market intelligence use case involving Text Extensions for Pandas, SpaCy, and Watson Natural Language Understanding.

I've also made adjustments to the scripts for setting up Python environments in support of this use case, and I've expanded the readme files for the tutorials.

Since we're planning some Ray usage for later parts of the market intelligence series, I've added Ray to the development environment dependencies and modified some of the notebooks in the tutorials/corpus directory to use Ray for faster model training.

review-notebook-app[bot] commented 3 years ago

Check out this pull request on  ReviewNB

See visual diffs & provide feedback on Jupyter Notebooks.


Powered by ReviewNB

frreiss commented 3 years ago

Looks like the SpaCy upgrade broke some tests. Pushed changes that should fix them.