Skip to content

Benchmark

Benchmark dataset description

Full-DTIs-LC-Benchmark A benchmark dataset containing Drug-Target Interation (DTI) data of Lung Cancer (LC). This dataset avoided information that is only generated automatically, through text mining, and focused on most trustworthy sources, namely DrugBank, KEGG, DGIdb and TTD data. The union of DrugBank, KEGG, DGIdb and TTD provided 44,169 positive drug-gene interactions in total, with 1931 of those related on one side (drug) or the other (gene) to Lung Cancer (LC). As for the negative drug-gene pairs, there are 627,971 pairs, for which no interaction is reported in any of the above databases.

Add evaluation metrics

Here, MRR is the default metric. If you want to add new evaluation metrics, please define a function containing the following arguments: - predicts:dict, prediction results - positives:dict, positive relationships of benchmark dataset - negatives:dict, negative relationships of benchmark dataset - other arguments if needed.

When call lc.evaluate with the prediction results, positives and negatives are automatically passed by benchmark.

As an example, we added hits@k for k=10,000.


Last update: 2024-03-13
Back to top