July 2017
Beginner to intermediate
715 pages
17h 3m
English
We need to extract some features that we will put to the Machine Learning model for training. For this dataset, all the information we have is the graph itself and nothing more: we do not have any external information such as author's affiliation. Of course, if we had it, it would be no problem to add it to the model. So let's discuss which features we can extract from the graph alone.
For graph models, there can be two kinds of features: node features (authors) and edge features (the coauthorship relation).
There are many possible features we can extract from graph nodes. For example, among others, we can consider the following:
Read now
Unlock full access