Browse Source

[Exp] Update exceptions in fcsp exps.

v0.2.x
jajupmochi 4 years ago
parent
commit
13c0fb37c1
1 changed files with 10 additions and 3 deletions
  1. +10
    -3
      gklearn/experiments/thesis/graph_kernels/fcsp/run_jobs_compare_fcsp.py

+ 10
- 3
gklearn/experiments/thesis/graph_kernels/fcsp/run_jobs_compare_fcsp.py View File

@@ -28,7 +28,13 @@ OUT_TIME_LIST = set({('ShortestPath', 'ENZYMES', 'False'),
('ShortestPath', 'DHFR', 'False'),
('StructuralSP', 'DHFR', 'False'),
('ShortestPath', 'MCF-7', 'True'),
('ShortestPath', 'MCF-7', 'False'),
('StructuralSP', 'MCF-7', 'True'),
('StructuralSP', 'MCF-7', 'False'),
('ShortestPath', 'MCF-7H', 'True'),
('ShortestPath', 'MCF-7H', 'False'),
('StructuralSP', 'MCF-7H', 'True'),
('StructuralSP', 'MCF-7H', 'False'),
('StructuralSP', 'OHSU', 'True'),
('StructuralSP', 'OHSU', 'False'),
('StructuralSP', 'Steroid', 'False'),
@@ -49,9 +55,10 @@ OUT_TIME_LIST = set({('ShortestPath', 'ENZYMES', 'False'),
('ShortestPath', 'MOLT-4', 'False'),
('StructuralSP', 'MOLT-4', 'True'),
('StructuralSP', 'MOLT-4', 'False'),
('ShortestPath', 'MOLT-4', 'True'),
('ShortestPath', 'MOLT-4', 'False'),
('StructuralSP', 'MOLT-4', 'True'),
('ShortestPath', 'MOLT-4H', 'True'),
('ShortestPath', 'MOLT-4H', 'False'),
('StructuralSP', 'MOLT-4H', 'True'),
('StructuralSP', 'MOLT-4H', 'False'),
('StructuralSP', 'Mutagenicity', 'True'),
('StructuralSP', 'Mutagenicity', 'False'),
('StructuralSP', 'REDDIT-BINARY', 'True'),


Loading…
Cancel
Save