NeuroDataDesign / the-ents

Unsupervised version of Rerf implemented in Python.
Other
2 stars 0 forks source link

extract features from graph #1

Open eigenvivek opened 6 years ago

eigenvivek commented 6 years ago

Sprint 1 Goal:

DoD:

eigenvivek commented 6 years ago

Previous comments from jovo:

  1. networkx/igraph in Python for finding features
  2. be specific
eigenvivek commented 6 years ago

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

jovo commented 6 years ago

@v715 lasso is crappy, i can explain why in class. choose some other feature selection method :)

jovo commented 6 years ago

PR to ndmg for group level stuff