From 4bfde8d881f98afe63f89096dfe5efdfd09861c5 Mon Sep 17 00:00:00 2001 From: jajupmochi Date: Fri, 15 Jan 2021 11:46:14 +0100 Subject: [PATCH] [Exp] Update exceptions in fcsp exps. --- gklearn/experiments/thesis/graph_kernels/fcsp/run_jobs_compare_fcsp.py | 2 ++ 1 file changed, 2 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 9fb73a0..98a25d4 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 @@ -45,6 +45,8 @@ OUT_TIME_LIST = set({('ShortestPath', 'ENZYMES', 'False'), ('ShortestPath', 'PROTEINS_full', 'False'), ('StructuralSP', 'Mutagenicity', 'True'), ('StructuralSP', 'Mutagenicity', 'False'), + ('StructuralSP', 'REDDIT-BINARY', 'True'), + ('StructuralSP', 'REDDIT-BINARY', 'False'), }) OUT_MEM_LIST = set({('StructuralSP', 'DD', 'True'),