CODAIT / text-extensions-for-pandas

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

Additional Binder-related updates. #130

Closed frreiss closed 4 years ago

frreiss commented 4 years ago

This PR includes additional changes related to running our notebooks in a Binder environment.

I've reduced the memory footprint and running time of the model training notebook by adding in some Gaussian random projections on top of the embeddings. Currently, the notebook still runs out of memory on the Binder environment but it comes closer to running.

I've also fixed a typo in a file path in the tables notebook that was preventing it from running on Binder.

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

Check out this pull request on  ReviewNB

See visual diffs & provide feedback on Jupyter Notebooks.


Powered by ReviewNB

frreiss commented 4 years ago

@BryanCutler Binder images are tied to the repository as far as I can see. I suppose we could create a separate branch for each notebook...