The python back end of a data product that aims to get at the truthiness of Trump's tweets. It uses PyStruct.EdgeFeatureGraphCRF to leverage the tree structure of twitter replies to gage veracity by the amount of support of denial that his tweets elicit.
MIT License
1
stars
0
forks
source link
Write script that updates info in Mongo from files so that I can run most of the model from Mongo #70
I had a bunch of conditionals that checked if all information in files was moved to Mongo in the feature_creation_mongo.py but this wasn't needed most of the time so I moved it to the update_mongo.py script so it doesn't need to run each time I want to make a new feature set.
I had a bunch of conditionals that checked if all information in files was moved to Mongo in the
feature_creation_mongo.py
but this wasn't needed most of the time so I moved it to theupdate_mongo.py
script so it doesn't need to run each time I want to make a new feature set.