Skip to content

Commit 354f2d1

Browse files
committed
data configs for augmented graphs
1 parent 7e074f5 commit 354f2d1

File tree

3 files changed

+26
-2
lines changed

3 files changed

+26
-2
lines changed
Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
class_path: chebai_graph.preprocessing.datasets.ChEBI50_WFGE_WGN_GraphProp
2+
init_args:
3+
properties:
4+
# Atom properties
5+
- chebai_graph.preprocessing.properties.AugAtomType
6+
- chebai_graph.preprocessing.properties.AugNumAtomBonds
7+
- chebai_graph.preprocessing.properties.AugAtomCharge
8+
- chebai_graph.preprocessing.properties.AugAtomAromaticity
9+
- chebai_graph.preprocessing.properties.AugAtomHybridization
10+
- chebai_graph.preprocessing.properties.AugAtomNumHs
11+
- chebai_graph.preprocessing.properties.AtomFunctionalGroup
12+
- chebai_graph.preprocessing.properties.AtomNodeLevel
13+
- chebai_graph.preprocessing.properties.AtomRingSize
14+
- chebai_graph.preprocessing.properties.IsHydrogenBondDonorFG
15+
- chebai_graph.preprocessing.properties.IsHydrogenBondAcceptorFG
16+
- chebai_graph.preprocessing.properties.IsFGAlkyl
17+
# Bond properties
18+
- chebai_graph.preprocessing.properties.AugBondType
19+
- chebai_graph.preprocessing.properties.AugBondInRing
20+
- chebai_graph.preprocessing.properties.AugBondAromaticity
21+
- chebai_graph.preprocessing.properties.BondLevel
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,12 @@
1-
class_path: chebai_graph.preprocessing.datasets.ChEBI50GraphFGAugmentorReader
1+
class_path: chebai_graph.preprocessing.datasets.ChEBI50_WFGE_WGN_GraphProp
22
init_args:
33
properties:
44
# Atom properties
55
- chebai_graph.preprocessing.properties.AtomFunctionalGroup
66
- chebai_graph.preprocessing.properties.AtomNodeLevel
77
- chebai_graph.preprocessing.properties.AtomRingSize
8+
- chebai_graph.preprocessing.properties.IsHydrogenBondDonorFG
9+
- chebai_graph.preprocessing.properties.IsHydrogenBondAcceptorFG
10+
- chebai_graph.preprocessing.properties.IsFGAlkyl
811
# Bond properties
912
- chebai_graph.preprocessing.properties.BondLevel

configs/data/chebi50_augmented_baseline.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,4 +10,4 @@ init_args:
1010
- chebai_graph.preprocessing.properties.AugBondType
1111
- chebai_graph.preprocessing.properties.AugBondInRing
1212
- chebai_graph.preprocessing.properties.AugBondAromaticity
13-
- chebai_graph.preprocessing.properties.AugRDKit2DNormalized
13+
#- chebai_graph.preprocessing.properties.AugRDKit2DNormalized

0 commit comments

Comments
 (0)