RyanWangZf/BioBridge

Experimental setting

Opened this issue · 0 comments

Can you provide the setting of frequent_threshold for each dataset in Table 10. Thank you!

    val_data = ValDataset(**{"triplet_all":split_data["all"], 
                               "node_test":split_data["node_test"],
                               "node_all":split_data["node_all"],
                               "target_relation": target_relation, # only consider the evaluation on one relation, 2: `interact with`
                               "target_node_type_index": target_node_type_index, # the index of the target node type: protein/gene is 1
                               "frequent_threshold": frequent_threshold, # the threshold of the frequent node
                               })