jraph icon indicating copy to clipboard operation
jraph copied to clipboard

Feature engineering methods

Open rozeappletree opened this issue 3 years ago • 1 comments

Hi, does this library provide utilities for feature engineering on graphs? For example I may want to calculate different node centrality measures or other metrics that are commonly used in traditional ML. Basically, the question would be - will we have utilities for all the graph related stuff + machine learning or just related to GNNs?

jraph provides a data structure for graphs, a set of utilites for working with graphs

rozeappletree avatar Feb 10 '22 21:02 rozeappletree

Hey INF800,

Unfortunately we don't - this is a library for GNNs.

Network X is a nice library for this:

https://networkx.org/documentation/stable/tutorial.html

jg8610 avatar May 12 '22 07:05 jg8610