current12 / Stat-222-Project

2 stars 0 forks source link

Review Graph Neural Network and Deploy with More Features #90

Closed ijyliu closed 2 months ago

ijyliu commented 2 months ago

Review the resources below, then the code in https://github.com/current12/Stat-222-Project/tree/main/Code/Modelling/Graph%20Neural%20Network. Let me know what you think of some design decisions:

Copy + write code for the other feature sets - 2, 3, etc.

Resources

GNN Resources

Implementation Resources

Original Paper

https://pubsonline.informs.org/doi/epdf/10.1287/ijds.2022.00018 (it's straightforward but there is a lot of stuff that isn't relevant to the GCN approach they + we implement)

image

Code

image

ijyliu commented 2 months ago

@seanzhou1207 @current12 @OwenLin2001

check this out if you have time and are interested, otherwise I will make the decisions and finish the implementation when I finish the rest of my writeup

ijyliu commented 2 months ago

implemented all of this. ended up making the hidden layers wider and adding more dropout and weight decay, pretty much

performance seems to be between logistic regression and xgboost, pretty close to logistic regression