==== Code for GCN model ====
For more details, please refer to paper "Twitter Homophily: Network Based Prediction of User's Occupation"


Content:
train_model.py - train GCN model and report test accuracy at best validation epoch
models.py - GCN model
layers.py - GCN convolutional layer definition
utils.py - process data for training


Acknowledgments:
the code is forked and modified from https://github.com/tkipf/gcn


Requiremets:
'torch'
'scipy'
'numpy'
