Skip to content

Commit 2ec3478

Browse files
committed
remove graph props from registry
1 parent 2f56a8f commit 2ec3478

File tree

1 file changed

+0
-67
lines changed

1 file changed

+0
-67
lines changed

chebifier/model_registry.yml

Lines changed: 0 additions & 67 deletions
Original file line numberDiff line numberDiff line change
@@ -14,18 +14,6 @@ gat_chebi50_v244:
1414
ckpt_path: gat_chebi50_v244_0nfi19qt_epoch=198.ckpt
1515
target_labels_path: classes.txt
1616
classwise_weights_path: gat_chebi50_v244_0nfi19qt_epoch=198_trust_3star.json
17-
dataset_cls: chebai_graph.preprocessing.datasets.ChEBI50GraphProperties
18-
molecular_properties:
19-
- chebai_graph.preprocessing.properties.AtomType
20-
- chebai_graph.preprocessing.properties.NumAtomBonds
21-
- chebai_graph.preprocessing.properties.AtomCharge
22-
- chebai_graph.preprocessing.properties.AtomAromaticity
23-
- chebai_graph.preprocessing.properties.AtomHybridization
24-
- chebai_graph.preprocessing.properties.AtomNumHs
25-
- chebai_graph.preprocessing.properties.BondType
26-
- chebai_graph.preprocessing.properties.BondInRing
27-
- chebai_graph.preprocessing.properties.BondAromaticity
28-
- chebai_graph.preprocessing.properties.RDKit2DNormalized
2917
gat-aug_chebi50_v244:
3018
type: gat
3119
hugging_face:
@@ -34,28 +22,6 @@ gat-aug_chebi50_v244:
3422
ckpt_path: gat-aug_chebi50_v244_8fky8tru_epoch=192.ckpt
3523
target_labels_path: classes.txt
3624
classwise_weights_path: gat-aug_chebi50_v244_8fky8tru_epoch=192_trust_3star.json
37-
dataset_cls: chebai_graph.preprocessing.datasets.ChEBI50_WFGE_WGN_AsPerNodeType
38-
molecular_properties:
39-
- chebai_graph.preprocessing.properties.AtomNodeLevel
40-
# Atom Node type properties
41-
- chebai_graph.preprocessing.properties.AugAtomAromaticity
42-
- chebai_graph.preprocessing.properties.AugAtomCharge
43-
- chebai_graph.preprocessing.properties.AugAtomHybridization
44-
- chebai_graph.preprocessing.properties.AugAtomNumHs
45-
- chebai_graph.preprocessing.properties.AugAtomType
46-
- chebai_graph.preprocessing.properties.AugNumAtomBonds
47-
# FG Node type properties
48-
- chebai_graph.preprocessing.properties.AtomFunctionalGroup
49-
- chebai_graph.preprocessing.properties.IsHydrogenBondDonorFG
50-
- chebai_graph.preprocessing.properties.IsHydrogenBondAcceptorFG
51-
- chebai_graph.preprocessing.properties.IsFGAlkyl
52-
# Graph Node type properties
53-
- chebai_graph.preprocessing.properties.AugRDKit2DNormalized
54-
# Bond properties
55-
- chebai_graph.preprocessing.properties.BondLevel
56-
- chebai_graph.preprocessing.properties.AugBondAromaticity
57-
- chebai_graph.preprocessing.properties.AugBondInRing
58-
- chebai_graph.preprocessing.properties.AugBondType
5925
resgated-aug_chebi50-3star_v244:
6026
type: resgated
6127
hugging_face:
@@ -64,28 +30,6 @@ resgated-aug_chebi50-3star_v244:
6430
ckpt_path: resgated-aug_chebi50-3star_v244_w0rhmajx_epoch=190.ckpt
6531
target_labels_path: classes.txt
6632
classwise_weights_path: resgated-aug_chebi50-3star_v244_w0rhmajx_epoch=190_trust_3star.json
67-
dataset_cls: chebai_graph.preprocessing.datasets.ChEBI50_WFGE_WGN_AsPerNodeType
68-
molecular_properties:
69-
- chebai_graph.preprocessing.properties.AtomNodeLevel
70-
# Atom Node type properties
71-
- chebai_graph.preprocessing.properties.AugAtomAromaticity
72-
- chebai_graph.preprocessing.properties.AugAtomCharge
73-
- chebai_graph.preprocessing.properties.AugAtomHybridization
74-
- chebai_graph.preprocessing.properties.AugAtomNumHs
75-
- chebai_graph.preprocessing.properties.AugAtomType
76-
- chebai_graph.preprocessing.properties.AugNumAtomBonds
77-
# FG Node type properties
78-
- chebai_graph.preprocessing.properties.AtomFunctionalGroup
79-
- chebai_graph.preprocessing.properties.IsHydrogenBondDonorFG
80-
- chebai_graph.preprocessing.properties.IsHydrogenBondAcceptorFG
81-
- chebai_graph.preprocessing.properties.IsFGAlkyl
82-
# Graph Node type properties
83-
- chebai_graph.preprocessing.properties.AugRDKit2DNormalized
84-
# Bond properties
85-
- chebai_graph.preprocessing.properties.BondLevel
86-
- chebai_graph.preprocessing.properties.AugBondAromaticity
87-
- chebai_graph.preprocessing.properties.AugBondInRing
88-
- chebai_graph.preprocessing.properties.AugBondType
8933
electra_chebi50_v241:
9034
type: electra
9135
hugging_face:
@@ -102,17 +46,6 @@ resgated_chebi50_v241:
10246
ckpt_path: 0ps1g189_epoch=122.ckpt
10347
target_labels_path: classes.txt
10448
classwise_weights_path: metrics_0ps1g189_80-10-10_short.json
105-
molecular_properties:
106-
- chebai_graph.preprocessing.properties.AtomType
107-
- chebai_graph.preprocessing.properties.NumAtomBonds
108-
- chebai_graph.preprocessing.properties.AtomCharge
109-
- chebai_graph.preprocessing.properties.AtomAromaticity
110-
- chebai_graph.preprocessing.properties.AtomHybridization
111-
- chebai_graph.preprocessing.properties.AtomNumHs
112-
- chebai_graph.preprocessing.properties.BondType
113-
- chebai_graph.preprocessing.properties.BondInRing
114-
- chebai_graph.preprocessing.properties.BondAromaticity
115-
- chebai_graph.preprocessing.properties.RDKit2DNormalized
11649
c3p_with_weights:
11750
type: c3p
11851
hugging_face:

0 commit comments

Comments
 (0)