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 2b2978b commit 2f56a8fCopy full SHA for 2f56a8f
chebifier/model_registry.py
@@ -15,7 +15,6 @@
15
ChemlogOrganoXCompoundPredictor,
16
ChemlogXMolecularEntityPredictor,
17
)
18
-from chebifier.prediction_models.gnn_predictor import GATPredictor
19
20
ENSEMBLES = {
21
"mv": BaseEnsemble,
@@ -27,7 +26,7 @@
27
26
MODEL_TYPES = {
28
"electra": ElectraPredictor,
29
"resgated": GNNPredictor,
30
- "gat": GATPredictor,
+ "gat": GNNPredictor,
31
"chemlog": ChemlogAllPredictor,
32
"chemlog_peptides": ChemlogPeptidesPredictor,
33
"chebi_lookup": ChEBILookupPredictor,
0 commit comments