BIDS-projects / topic-modeling

Categorization of various data science institutions into several different topics
Apache License 2.0
1 stars 0 forks source link

Modified topic modeling to take in filtered data (reads from MongoDB) #24

Closed chewisinho closed 8 years ago

chewisinho commented 8 years ago

Changed topic-model.py to read data from 'filtered_collection' (run python ../ETL/preprocessor.py to initialize the database). Moved filters to ETL.