Hey guys! All good? I’m a beginner in the area of graphs, so I soon came across a heterogeneous graph problem. The problem is the following, I need to model the relationship between patient, clinic, company, so that I can generate embeddings to later apply an unsupervised algorithm such as LOF or Isolation Forest to detect any anomaly. Each node, such as a patient, clinic, company, has its specific characteristics. I need to include this when generating embeddings, how do I do it?
This is my problem, can I work using homogeneous graphs and apply GraphSage or node2vec?