From 25e10c8d49633ce08ae419e91f19e68dfeca54d1 Mon Sep 17 00:00:00 2001 From: jajupmochi Date: Tue, 2 Feb 2021 17:14:57 +0100 Subject: [PATCH] [Exp] Update exceptions in fcsp exps. --- gklearn/experiments/thesis/graph_kernels/fcsp/run_jobs_compare_fcsp.py | 3 +++ 1 file changed, 3 insertions(+) diff --git a/gklearn/experiments/thesis/graph_kernels/fcsp/run_jobs_compare_fcsp.py b/gklearn/experiments/thesis/graph_kernels/fcsp/run_jobs_compare_fcsp.py index 5568dd7..ba74045 100644 --- a/gklearn/experiments/thesis/graph_kernels/fcsp/run_jobs_compare_fcsp.py +++ b/gklearn/experiments/thesis/graph_kernels/fcsp/run_jobs_compare_fcsp.py @@ -27,6 +27,7 @@ OUT_TIME_LIST = set({('ShortestPath', 'ENZYMES', 'False'), ('StructuralSP', 'COX2', 'False'), ('ShortestPath', 'DHFR', 'False'), ('StructuralSP', 'DHFR', 'False'), + ('ShortestPath', 'MCF-7', 'True'), ('StructuralSP', 'OHSU', 'True'), ('StructuralSP', 'OHSU', 'False'), ('StructuralSP', 'Steroid', 'False'), @@ -49,6 +50,8 @@ OUT_TIME_LIST = set({('ShortestPath', 'ENZYMES', 'False'), ('StructuralSP', 'REDDIT-BINARY', 'True'), ('StructuralSP', 'REDDIT-BINARY', 'False'), ('StructuralSP', 'Vitamin_D', 'False'), + ('ShortestPath', 'Web', 'True'), + ('ShortestPath', 'Web', 'False'), }) OUT_MEM_LIST = set({('StructuralSP', 'DD', 'True'),