cancel
Showing results for 
Search instead for 
Did you mean: 

Head's Up! These forums are read-only. All users and content have migrated. Please join us at community.neo4j.com.

Arka161
Node Link
since ‎10-18-2022
‎10-27-2022

User Statistics

  • 5 Posts
  • 0 Solutions
  • 1 Kudos given
  • 1 Kudos received

User Activity

I will try to explain my use case clearly. I am trying to generate graphs based on edge lists I have in my python code (they are just simple lists of tuples). For example, Edge Lists can look like: [(0,1), (1,2).., etc].  From the edge list, I have c...
I have developed a Graph Classification engine - I predict if a heterograph has labels 0 or 1 (binary classification). The base model is a GNN, and I trained my model with 1000+ graphs to get desired results.  My question is, can I store multiple gra...
Kudos from
Kudos given to