Skip to content

Commit a35d59d

Browse files
committed
add gat model type
1 parent 802ab0c commit a35d59d

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

chebifier/model_registry.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@
1414
ChemlogOrganoXCompoundPredictor,
1515
ChemlogXMolecularEntityPredictor,
1616
)
17+
from chebifier.prediction_models.gnn_predictor import GATPredictor
1718

1819
ENSEMBLES = {
1920
"mv": BaseEnsemble,
@@ -25,6 +26,7 @@
2526
MODEL_TYPES = {
2627
"electra": ElectraPredictor,
2728
"resgated": ResGatedPredictor,
29+
"gat": GATPredictor,
2830
"chemlog_peptides": ChemlogPeptidesPredictor,
2931
"chebi_lookup": ChEBILookupPredictor,
3032
"chemlog_element": ChemlogXMolecularEntityPredictor,

0 commit comments

Comments
 (0)