Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feature engineering methods #25

Closed
INF800 opened this issue Feb 10, 2022 · 1 comment
Closed

Feature engineering methods #25

INF800 opened this issue Feb 10, 2022 · 1 comment

Comments

@INF800
Copy link

INF800 commented Feb 10, 2022

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

@jg8610
Copy link
Contributor

jg8610 commented May 12, 2022

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 jg8610 closed this as completed Sep 6, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants