Open eigenvivek opened 6 years ago
Previous comments from jovo:
Pseudo code! for the edgelist processing pipeline.
input: n edgelists
output: n-by-m feature matrix
(1) initialize generator that iteratively yields edgelists
(2) for each edgelist
. (a) extract features (eigenvalues of the Laplacian, eigenvector centrality, etc.)
. (b) append feature vector to new feature matrix
(3) return feature matrix
@v715 lasso is crappy, i can explain why in class. choose some other feature selection method :)
PR to ndmg for group level stuff
Sprint 1 Goal:
DoD: