__init__.py
AI for Chemistry/code/chemprop_VP-main (1)/chemprop_VP-main/chemprop/train/__init__.py
from .cross_validate import chemprop_train, cross_validate, TRAIN_LOGGER_NAME
from .evaluate import evaluate, evaluate_predictions
from .make_predictions import chemprop_predict, make_predictions, load_model
from .molecule_fingerprint import chemprop_fingerprint, model_fingerprint
from .predict import predict
from .run_training import run_training
from .train import train
__all__ = [
'chemprop_train',
'cross_validate',
'TRAIN_LOGGER_NAME',
'evaluate',
'evaluate_predictions',
'chemprop_predict',
'chemprop_fingerprint',
'make_predictions',
'load_model',
'predict',
'run_training',
'train'
]
Articoli correlati
cosmo_to_s_profile_ver_1.1.1.py
cosmo_to_s_profile_ver_1.1.1.py — python source code from the AI for Chemistry learning materials (AI for Chemistry/2025_COSMO/data/s-profiles-all/List-9/cosmo_to_s_profile_ver_1.1.1.py).
Leggi l'articolo →area.py
area.py — python source code from the AI for Chemistry learning materials (AI for Chemistry/2025_COSMO/data/s-profiles-all/area_volume-org/area.py).
Leggi l'articolo →area_volume.py
area_volume.py — python source code from the AI for Chemistry learning materials (AI for Chemistry/2025_COSMO/data/s-profiles-all/area_volume-org/area_volume.py).
Leggi l'articolo →volume.py
volume.py — python source code from the AI for Chemistry learning materials (AI for Chemistry/2025_COSMO/data/s-profiles-all/area_volume-org/volume.py).
Leggi l'articolo →check_final_CID.py
check_final_CID.py — python source code from the AI for Chemistry learning materials (AI for Chemistry/2025_COSMO/data/s-profiles-all/check/check_final_CID.py).
Leggi l'articolo →check_for_CID.py
check_for_CID.py — python source code from the AI for Chemistry learning materials (AI for Chemistry/2025_COSMO/data/s-profiles-all/check/check_for_CID.py).
Leggi l'articolo →