sermakarevich / jigsaw-toxic-comment-classification-challenge

46 stars 8 forks source link

Add requirements.txt so we can use pip install -r #1

Closed sssoleileraaa closed 6 years ago

sssoleileraaa commented 6 years ago

This file allows anybody who wants to install all your notebook's dependencies before running it to use:

pip install -r requirements.txt
sermakarevich commented 6 years ago

Thanks, merged.