sungeun532

Results 3 issues of sungeun532

hi, i want to use data from ogb, but cannot import PygNodePropPredDataset.. (can import NodePropPredDataset), and cannot find any solution,,, is there any solution about this?

i think the function structural_interaction in code utils_nhop_neighbors.py should be modified like this.. for i, is_neighbor in enumerate(ri_index): for j, js_neighbor in enumerate(ri_index): intersection = list(set(is_neighbor).intersection(set(js_neighbor))) union = list(set(is_neighbor).union(set(js_neighbor))) union_rest...

why did you utilize the unormalized transition probability matrix? In rwr_process.py, matrix W (estimated to be transition probability matrix) is generated by just adding 0 and 1 iteratively. why did...