yuryyu / measurement-of-online-discussion-authenticity

0 stars 0 forks source link

Implement TopicGraphFeatureGenerator #14

Open tomgond opened 5 years ago

tomgond commented 5 years ago

This module should be responsible for generating features for each claim by its graph. The features can be average centrality - should calculate centrality for each node (author) and save in the claim_features table just the average of all centrality measures of all the authors in the graph.

The same we should do for betweeness, closeness_centrality, clustering, degree_centrality. Please use GraphFeatureGenerator which include the basic features for this purpose.

Original: https://github.com/aviade5/measurement-of-online-discussion-authenticity/issues/7

tomgond commented 5 years ago

Yury if I'm correct this is what you did the last few days? Please add issue in commits if it's relevant :)