azpoliak / birthing_experiences

MIT License
0 stars 0 forks source link

Code Review (after week 2) #8

Closed azpoliak closed 3 years ago

azpoliak commented 3 years ago

Topic Modeling

Code Duplication

Instead of copying the code from the different files, like sentiment, labeling, etc into Maria_paper.py, you can access the functions from those *.py files by importing them directly. We can go over this tomorrow.