__init__.py
AI for Chemistry/code/chemprop_VP-main (1)/chemprop_VP-main/chemprop/data/__init__.py
from .data import (
cache_graph,
cache_mol,
MoleculeDatapoint,
MoleculeDataset,
MoleculeDataLoader,
MoleculeSampler,
set_cache_graph,
empty_cache,
set_cache_mol
)
from .scaffold import generate_scaffold, log_scaffold_stats, scaffold_split, scaffold_to_smiles
from .scaler import StandardScaler, divmaxScaler
from .utils import (
filter_invalid_smiles,
get_class_sizes,
get_data,
get_data_from_smiles,
get_header,
get_smiles,
get_task_names,
preprocess_smiles_columns,
split_data,
validate_data,
validate_dataset_type,
)
__all__ = [
'cache_graph',
'empty_cache',
'cache_mol',
'MoleculeDatapoint',
'MoleculeDataset',
'MoleculeDataLoader',
'MoleculeSampler',
'set_cache_graph',
'set_cache_mol',
'generate_scaffold',
'log_scaffold_stats',
'scaffold_split',
'scaffold_to_smiles',
'StandardScaler',
'divmaxScaler',
'filter_invalid_smiles',
'get_class_sizes',
'get_data',
'get_data_from_smiles',
'get_header',
'get_smiles',
'get_task_names',
'preprocess_smiles_columns',
'split_data',
'validate_data',
'validate_dataset_type',
]
관련 글
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).
글 읽기 →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).
글 읽기 →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).
글 읽기 →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).
글 읽기 →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).
글 읽기 →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).
글 읽기 →