Closed LouiseABowler closed 6 years ago
Initial tasks were:
These have been completed in the following commits:
And I've found another couple of things I'd like to edit before closing this issue:
tweet2branches()
, file loading functions).One other point to investigate further is that in the example I was testing, several sets of hyperparameters achieved the same optimal value. To do - check whether the "best" hyperparameter set is chosen consistently on different machines.
I've finished the other points I added to the previous comment, so I think this issue is ready to be closed after the pull request unless there are any other suggestions for improvements to the output.
I've made a couple of edits to preprocessing.py
to combine the functionality of load_dataset()
and the similar stage from the depth analysis script - tree2branches()
is now called in the loading stage rather than when the tweets are processed later in the script.
Closed by 7e0c80e6a513ee613ec552c7d0cc34b3073bb766.
depth_analysis.py
is used to generate the results in Tables 3-5 of the paper.Names of some files have changed since the script was prepared, and the output could do with some editing so that the format more closely resembles that of the paper.