Spaces:
Sleeping
Sleeping
Sonja Topf
commited on
Commit
·
4e8b53d
1
Parent(s):
2077286
changed predict function name
Browse files- predict.py +1 -1
predict.py
CHANGED
|
@@ -6,7 +6,7 @@ from src.model import GIN
|
|
| 6 |
from src.preprocess import create_clean_mol_objects
|
| 7 |
from src.seed import set_seed
|
| 8 |
|
| 9 |
-
def
|
| 10 |
"""
|
| 11 |
Predict toxicity targets for a list of SMILES strings.
|
| 12 |
|
|
|
|
| 6 |
from src.preprocess import create_clean_mol_objects
|
| 7 |
from src.seed import set_seed
|
| 8 |
|
| 9 |
+
def predict(smiles_list):
|
| 10 |
"""
|
| 11 |
Predict toxicity targets for a list of SMILES strings.
|
| 12 |
|