Sophia Krix
Sophia Krix
Hi @anniekmyatt ! Thanks for chipping in on this. There are only a few lines of code I used for this: ``` from ogb.linkproppred import PygLinkPropPredDataset ogbl_biokg_dataset = PygLinkPropPredDataset(name =...
Hi @anniekmyatt ! Thanks for your reply. I tried to create a deepsnap HeteroGraph object from scratch here for the ogblbiokg graph. I followed the [tutorial from deepsnap for heterogeneous...
Here is the code with a sample file that I used: [github_issue_file.txt](https://github.com/chjackson/msm/files/15079172/github_issue_file.txt) [sample_df.csv](https://github.com/chjackson/msm/files/15079143/sample_df.csv)
Dear Prof. Jackson, Thanks so much for your suggestions, it really seems like I might have allowed too many possibilities for the model. Could you explain and give me an...
Thank you for your explanation, that helped a lot. I was able - after a bit of trial and error - to set the parameters accordingly (fixing two of the...