We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 802ab0c commit a35d59dCopy full SHA for a35d59d
chebifier/model_registry.py
@@ -14,6 +14,7 @@
14
ChemlogOrganoXCompoundPredictor,
15
ChemlogXMolecularEntityPredictor,
16
)
17
+from chebifier.prediction_models.gnn_predictor import GATPredictor
18
19
ENSEMBLES = {
20
"mv": BaseEnsemble,
@@ -25,6 +26,7 @@
25
26
MODEL_TYPES = {
27
"electra": ElectraPredictor,
28
"resgated": ResGatedPredictor,
29
+ "gat": GATPredictor,
30
"chemlog_peptides": ChemlogPeptidesPredictor,
31
"chebi_lookup": ChEBILookupPredictor,
32
"chemlog_element": ChemlogXMolecularEntityPredictor,
0 commit comments